summaryrefslogtreecommitdiff
path: root/builtin-fetch-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Correct handling of upload-pack in builtin-fetch-packDaniel Barkalow2007-10-291-3/+4
* Ensure builtin-fetch honors {fetch,transfer}.unpackLimitShawn O. Pearce2007-09-191-6/+13
* Always obtain fetch-pack arguments from struct fetch_pack_argsShawn O. Pearce2007-09-191-65/+46
* Fix builtin-fetch memory corruption by not overstepping arrayShawn O. Pearce2007-09-191-1/+0
* Remove pack.keep after ref updates in git-fetchShawn O. Pearce2007-09-191-6/+25
* Remove unnecessary debugging from builtin-fetchShawn O. Pearce2007-09-191-2/+0
* Make fetch-pack a builtin with an internal APIDaniel Barkalow2007-09-191-0/+829