login
Header Space

 
 

Mailing list archives

Search results

Found 20 matching messages (0.059 seconds). Page 1 of 1.

RE: git push bug?

... > Cc: Steffen Prohaska; git > Subject: Re: git push bug? > > Hi, > > On Fri, ... supposed to work > and what is > > bugs. Clearifying that would help. > > > > For instances ... same mistakes as I did. > > git checkout -b resolves to ...

git - Joakim Tjernlund - Oct 19 2007 - 14:50

RE: git push bug?

... supposed to work and what > > > is bugs. Clearifying that would help. > > > > > > For ... -b linus v2.6.23 && git push origin > > > > linus"? > > > > > > An extra ... 't need it before you understand git better. Hth, Dscho - To unsubscribe from ...

git - Johannes Schindelin - Oct 19 2007 - 18:46

RE: git push bug?

... Cc: Joakim Tjernlund; git > Subject: Re: git push bug? > > > On Oct ... send-pack says what you're > saying: > > ''' > When one or more ... of a reminder > not to push the wrong branch by accident ... like the idea, but apparently git didn't ever support what ...

git - Joakim Tjernlund - Oct 20 2007 - 07:52

Re: git push bug?

... wrong? > > Include 'heads' in your remote refspec: > > git push ssh://devsrv/var/git/os2kernel.git ... '. The error message only indicates that > locally git refused to create the "funny refname". Pushing a refspec > with an empty local part should ...

git - Joakim Tjernlund - Oct 18 2007 - 12:01

Re: git push bug?

... > > Include 'heads' in your remote refspec: > > > > git push ssh://devsrv/var/git/os2kernel. ... will create just that on the server. git branch does not look > there, only ... one with linus:linus? > Also confusing that git lets me create refs/head/linus ...

git - Joakim Tjernlund - Oct 18 2007 - 12:10

Re: git push bug?

... to work and what is > bugs. Clearifying that would help. > > For ... b linus v2.6.23 && git push origin > > linus"? > > An extra ... away though. Yes it does. git checkout -b resolves to ... to do, if you knew git better. But you are not ...

git - Johannes Schindelin - Oct 19 2007 - 13:24

Re: git push bug?

... group here to move to git instead of = subversion, I > need ... what can be done with push and how, pitfalls too. As ... refs/heads, not refs/head). ^ > git push linus:refs/heads ... should state more clearly, that push works in terms of arbitrary ...

git - Jan Hudec - Oct 20 2007 - 08:05

Re: git push bug?

... with the colon at all. Just > > > > > > git push linus > > > > > > and be done ... supposed to work and what is bugs. Clearifying that would help. For instances ... branch as "linus^{}". > > Second, why not "git checkout -b linus v2.6.23 ...

git - Joakim Tjernlund - Oct 19 2007 - 10:47

Re: git push bug?

... -send-pack says what you're saying: ''' When one or more ... like the idea, but apparently git didn't ever support what ... different tasks explicit could help: git push --create origin work/new ... list: send the line "unsubscribe git" in the body of a ...

git - Steffen Prohaska - Oct 20 2007 - 04:29

Re: git push bug?

... doing this wrong? Include 'heads' in your remote refspec: git push ssh://devsrv/var/git/os2kernel.git ... '. The error message only indicates that locally git refused to create the "funny refname". Pushing a refspec with an empty local part should ...

git - Steffen Prohaska - Oct 18 2007 - 11:14

Re: git push bug?

... -f ssh://devsrv/var/git/os2kernel.git +master:master > updating 'refs/heads ... side. See when we do a push the local client side determines if ... If it isn't then the git-push client aborts before it ... list: send the line "unsubscribe git" in the body of a ...

git - Shawn O. Pearce - Oct 18 2007 - 20:49

RE: git push bug?

... joakim.tjernlund@transmode.se; git > Subject: Re: git push bug? > > Steffen Prohaska > locally git refused to create the "funny refname" ... this list: send the line "unsubscribe git" in the body of a message ...

git - Joakim Tjernlund - Oct 20 2007 - 13:38

Re: git push bug?

... with the colon at all. Just > > > > git push linus > > > > and be done ... better. How? Second, why not "git checkout -b linus v2.6.23 && git push origin linus"? Ciao, Dscho - ... list: send the line "unsubscribe git" in the body of a ...

git - Johannes Schindelin - Oct 18 2007 - 18:00

Re: git push bug?

... git-send-pack says what you're > saying: > > [...] > > Until you corrected me, ... is > I expected that only > > git push origin refs/heads/work/ ... it to spearce/pu: d869233c62688742968663c4e8b5ff20a50a5011 push, send-pack: fix test if ...

git - Steffen Prohaska - Oct 20 2007 - 04:38

Re: git push bug?

... ? I wonder why you bother with the colon at all. Just git push linus and be done ... play interesting games, not something as simple as "push this branch" or "push ... this list: send the line "unsubscribe git" in the body of a message ...

git - Johannes Schindelin - Oct 18 2007 - 12:21

Re: git push bug?

... bother with the colon at all. Just > > git push linus > > and be done with ... to play interesting > games, > not something as simple as "push this branch" or "push ... from this list: send the line "unsubscribe git" in the body of a message to ...

git - Steffen Prohaska - Oct 18 2007 - 12:55

Re: git push bug?

... with the colon at all. Just > > git push linus > > and be done with it. The colon is only ... play interesting games, > not something as simple as "push this branch" or " ... this list: send the line "unsubscribe git" in the body of a ...

git - Joakim Tjernlund - Oct 18 2007 - 12:31

Re: git push bug?

... bother with the colon at all. Just > > > > git push linus > > > > and be done with ... to play interesting games, > > not something as simple as "push this branch" or "push ... this list: send the line "unsubscribe git" in the body of a message ...

git - Johannes Schindelin - Oct 18 2007 - 17:58

Re: git push bug?

... , at 4:50 PM, Joakim Tjernlund wrote: > > > ># > git push ssh://devsrv/var/git/ ... The error message only indicates that > locally git refused to create the "funny refname" ... the may low-hanging fruits in Git. -- Shawn. - To unsubscribe from this list: ...

git - Shawn O. Pearce - Oct 18 2007 - 20:24

Re: git push bug?

... with linus:linus? > Also confusing that git lets me create refs/head/linus when git branch > cannot find it. I absolutely agree. But I ... sure if those who use git since the ancient days do ... list: send the line "unsubscribe git" in the body of a ...

git - Steffen Prohaska - Oct 18 2007 - 12:13

speck-geostationary