aboutsummaryrefslogtreecommitdiffstats
path: root/upload-pack.c
AgeCommit message (Expand)AuthorFilesLines
2005-10-05upload-pack: Do not choke on too many heads request.Junio C Hamano1-16/+34
2005-08-23Replace unsetenv() and setenv() with older putenv().Jason Riedy1-1/+1
2005-07-08Make "upload-pack" match git-fetch-pack usageLinus Torvalds1-2/+6
2005-07-05Increase the number of possible heads requested from git-upload-packLinus Torvalds1-1/+1
2005-07-05Add "git_path()" and "head_ref()" helper functions.Linus Torvalds1-0/+1
2005-07-04Make git-fetch-pack actually do all the unpacking etc.Linus Torvalds1-11/+52
2005-07-04Make git-fetch-pack and git-upload-pack negotiate needs/haves fullyLinus Torvalds1-1/+54
2005-07-04Commit first cut at "git-fetch-pack"Linus Torvalds1-0/+86