author | Santi Béjar <sbejar@gmail.com> | |
Tue, 30 Jan 2007 09:36:24 +0000 (10:36 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 30 Jan 2007 10:30:25 +0000 (02:30 -0800) | ||
commit | 153e98d263a825c905f2ef4277b29d1fd5e09b42 | |
tree | 23d8c23cd0b74a397d95b6a859f9563e88c790af | tree | snapshot |
parent | 3740b04f6c1dd485a8e717ed6d8c516cedc27063 | commit | diff |
git-fetch: Allow fetching the remote HEAD
... with:
$ git fetch ${remote} HEAD
Also
$ git fetch ${remote} :${localref}
worked, but
$ git fetch ${remote} HEAD:{localref}
didn't. Now both are equivalent.
Signed-off-by: Santi Béjar <sbejar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
... with:
$ git fetch ${remote} HEAD
Also
$ git fetch ${remote} :${localref}
worked, but
$ git fetch ${remote} HEAD:{localref}
didn't. Now both are equivalent.
Signed-off-by: Santi Béjar <sbejar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-parse-remote.sh | diff | blob | history |