]> git.ipfire.org Git - thirdparty/git.git/history - builtin-fetch-pack.c
Change git_connect() to return a struct child_process instead of a pid_t.
[thirdparty/git.git] / builtin-fetch-pack.c
2007-10-21  Johannes SixtChange git_connect() to return a struct child_process...
2007-10-16  Shawn O. PearceMerge branch 'master' into db/fetch-pack
2007-09-19  Shawn O. PearceEnsure builtin-fetch honors {fetch,transfer}.unpackLimit
2007-09-19  Shawn O. PearceAlways obtain fetch-pack arguments from struct fetch_pa...
2007-09-19  Shawn O. PearceFix builtin-fetch memory corruption by not overstepping...
2007-09-19  Shawn O. PearceRemove pack.keep after ref updates in git-fetch
2007-09-19  Shawn O. PearceRemove unnecessary debugging from builtin-fetch
2007-09-19  Daniel BarkalowMake fetch-pack a builtin with an internal API