Re: [PATCH-fix] fetch/pull: short-hand notation for remote repositories.

2005-07-16 Thread Junio C Hamano
Linus Torvalds <[EMAIL PROTECTED]> writes: > I already noticed the breakage, and fixed that a bit differently. > > Feel free to send an updated patch if you prefer your version after my > commits have percolated out.. As an old timer, I always prefer "case" over "test", so the version in your tr

Re: [PATCH-fix] fetch/pull: short-hand notation for remote repositories.

2005-07-16 Thread Linus Torvalds
On Sat, 16 Jul 2005, Junio C Hamano wrote: > > *** I see you have already merged my broken one; sorry. I already noticed the breakage, and fixed that a bit differently. Feel free to send an updated patch if you prefer your version after my commits have percolated out.. Linus

[PATCH-fix] fetch/pull: short-hand notation for remote repositories.

2005-07-16 Thread Junio C Hamano
The logic to decide when to store fetched head/tag under $GIT_DIR/refs/, and http transport were broken in the previous round. Signed-off-by: Junio C Hamano <[EMAIL PROTECTED]> --- *** I see you have already merged my broken one; sorry. *** Anything written under the influence should be tested