summaryrefslogtreecommitdiff
path: root/Documentation/git-fetch-pack.txt
Commit message (Collapse)AuthorAgeFilesLines
* fetch-pack: start multi-head pulling.Junio C Hamano2005-08-121-11/+7
| | | | | | | | | | 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.
* [PATCH] Documentation: clone/fetch/upload.Junio C Hamano2005-07-141-0/+73
This adds documentation for 'smarter pull' family of commands. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>