git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Regression: Multi-head syntax
@ 2005-10-13 20:28 Johannes Schindelin
  2005-10-13 22:36 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Schindelin @ 2005-10-13 20:28 UTC (permalink / raw)
  To: git

Hi,

with 221e743c.. [git-fetch --tags: deal with tags with spaces in them.] my 
usual git-fetch no longer works. My .git/remotes/junio used to look like 
this:

-- snip --
URL: rsync://rsync.kernel.org/pub/scm/git/git.git
Pull: master:junio todo:todo +pu:pu
-- snap --

but this makes a new head "junio todo:todo +pu:pu". Now I have to write 
the remote like this to work correctly:

-- snip --
URL: rsync://rsync.kernel.org/pub/scm/git/git.git
Pull: master:junio
Pull: todo:todo
Pull: +pu:pu
-- snap --

Is this intended?

Ciao,
Dscho

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-10-13 22:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-13 20:28 Regression: Multi-head syntax Johannes Schindelin
2005-10-13 22:36 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).