author | Junio C Hamano <junkio@cox.net> | |
Fri, 12 Aug 2005 09:08:29 +0000 (02:08 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 12 Aug 2005 17:38:21 +0000 (10:38 -0700) | ||
commit | 33b8303466af9a839265abc9829e5479f6f12488 | |
tree | a4cbae5b7ae5f895b8dad09187e57217b4127cf5 | tree | snapshot |
parent | 87b7b84159381f5f0483e425122886cd952e374e | commit | diff |
fetch-pack: start multi-head pulling.
This is a beginning of resurrecting the multi-head pulling support
for git-fetch-pack command. The git-fetch-script wrapper still
only knows about fetching a single head, without renaming, so it is
not very useful unless you directly call git-fetch-pack itself yet.
It also fixes a longstanding obsolete description of how the command
discovers the list of local commits.
This is a beginning of resurrecting the multi-head pulling support
for git-fetch-pack command. The git-fetch-script wrapper still
only knows about fetching a single head, without renaming, so it is
not very useful unless you directly call git-fetch-pack itself yet.
It also fixes a longstanding obsolete description of how the command
discovers the list of local commits.
Documentation/git-fetch-pack.txt | diff | blob | history | |
fetch-pack.c | diff | blob | history | |
git-fetch-script | diff | blob | history |