]> git.ipfire.org Git - thirdparty/git.git/history - transport.c
Fix builtin-fetch memory corruption by not overstepping array
[thirdparty/git.git] / transport.c
2007-09-19  Shawn O. PearceRemove pack.keep after ref updates in git-fetch
2007-09-19  Shawn O. PearceSimplify fetch transport API to just one function
2007-09-19  Shawn O. PearceReplace custom memory growth allocator with ALLOC_GROW
2007-09-19  Johannes SchindelinAdd bundle transport
2007-09-19  Daniel BarkalowAdd fetch methods to transport library.
2007-09-19  Daniel BarkalowPush code for transport library