]> git.ipfire.org Git - thirdparty/git.git/commit - fetch-pack.c
fetch-pack: start multi-head pulling.
authorJunio C Hamano <junkio@cox.net>
Fri, 12 Aug 2005 09:08:29 +0000 (02:08 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 12 Aug 2005 17:38:21 +0000 (10:38 -0700)
commit33b8303466af9a839265abc9829e5479f6f12488
treea4cbae5b7ae5f895b8dad09187e57217b4127cf5
parent87b7b84159381f5f0483e425122886cd952e374e
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.
Documentation/git-fetch-pack.txt
fetch-pack.c
git-fetch-script