summaryrefslogtreecommitdiff
path: root/upload-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Make "upload-pack" match git-fetch-pack usageLinus Torvalds2005-07-081-2/+6
* Increase the number of possible heads requested from git-upload-packLinus Torvalds2005-07-051-1/+1
* Add "git_path()" and "head_ref()" helper functions.Linus Torvalds2005-07-051-0/+1
* Make git-fetch-pack actually do all the unpacking etc.Linus Torvalds2005-07-041-11/+52
* Make git-fetch-pack and git-upload-pack negotiate needs/haves fullyLinus Torvalds2005-07-041-1/+54
* Commit first cut at "git-fetch-pack"Linus Torvalds2005-07-041-0/+86