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