summaryrefslogtreecommitdiff
path: root/fetch-pack.c
Commit message (Expand)AuthorAgeFilesLines
* fetch-pack: start multi-head pulling.Junio C Hamano2005-08-121-16/+40
* Merge three separate "fetch refs" functionsLinus Torvalds2005-07-161-33/+17
* [PATCH] Documentation: clone/fetch/upload.Junio C Hamano2005-07-141-3/+8
* Get rid of nasty utf-8 characters in printoutLinus Torvalds2005-07-131-1/+1
* git-fetch-pack: close output fd after dup'ing the inputLinus Torvalds2005-07-131-1/+1
* Move "get_ack()" to common git_connect functionsLinus Torvalds2005-07-051-18/+0
* Remove multi-head support from fetch-packLinus Torvalds2005-07-051-38/+3
* Add "git_path()" and "head_ref()" helper functions.Linus Torvalds2005-07-051-5/+1
* Make git-fetch-pack actually do all the unpacking etc.Linus Torvalds2005-07-041-14/+48
* Make git-fetch-pack and git-upload-pack negotiate needs/haves fullyLinus Torvalds2005-07-041-9/+62
* Commit first cut at "git-fetch-pack"Linus Torvalds2005-07-041-0/+125