summaryrefslogtreecommitdiff
path: root/index-pack.c
AgeCommit message (Expand)Author
2009-11-10Let 'git <command> -h' show usage without a git dirJonathan Nieder
2009-10-01increase portability of NORETURN declarationsErik Faye-Lund
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds
2009-06-18Fix big left-shifts of unsigned charLinus Torvalds
2009-04-06Merge branch 'jc/shared-literally'Junio C Hamano
2009-03-28Move chmod(foo, 0444) into move_temp_to_file()Johan Herland
2009-03-16Fix various dead stores found by the clang static analyzerBenjamin Kramer
2009-02-25Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano
2009-02-25Make sure objects/pack exists before creating a new packJunio C Hamano
2009-02-01Merge branch 'sp/runtime-prefix'Junio C Hamano
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska
2009-01-22Merge branch 'lt/maint-wrap-zlib'Junio C Hamano
2009-01-11Wrap inflate and other zlib routines for better error reportingLinus Torvalds
2009-01-05remove trailing LF in die() messagesAlexander Potashev
2008-11-13Merge branch 'np/pack-safer'Junio C Hamano
2008-11-03Merge branch 'np/index-pack'Junio C Hamano
2008-11-02better validation on delta base object offsetsNicolas Pitre
2008-10-24index-pack: don't leak leaf delta resultNicolas Pitre
2008-10-21Merge branch 'maint'Junio C Hamano
2008-10-21rehabilitate 'git index-pack' inside the object storeNicolas Pitre
2008-10-20fix multiple issues in index-packNicolas Pitre
2008-10-18Do not rename read-only files during a pushPetr Baudis
2008-10-18index-pack: smarter memory usage during delta resolutionNicolas Pitre
2008-10-18index-pack: rationalize delta resolution codeNicolas Pitre
2008-10-10Merge branch 'maint'Shawn O. Pearce
2008-10-10fix pread()'s short read in index-packNicolas Pitre
2008-10-08Merge branch 'maint'Shawn O. Pearce
2008-10-08Do not use errno when pread() returns 0Samuel Tardieu
2008-10-03fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre
2008-09-22Do not perform cross-directory renames when creating packsPetr Baudis
2008-08-30index-pack: use fixup_pack_header_footer()'s validation modeNicolas Pitre
2008-08-30improve reliability of fixup_pack_header_footer()Nicolas Pitre
2008-08-26index-pack: setup git repositoryNguyễn Thái Ngọc Duy
2008-07-25Merge branch 'maint'Junio C Hamano
2008-07-25index-pack.c: correctly initialize appended objectsBjörn Steinbrink
2008-07-17Merge branch 'sb/dashless'Junio C Hamano
2008-07-17Merge branch 'sp/maint-index-pack'Junio C Hamano
2008-07-15index-pack: Honor core.deltaBaseCacheLimit when resolving deltasShawn O. Pearce
2008-07-15index-pack: Track the object_entry that creates each base_dataShawn O. Pearce
2008-07-15index-pack: Chain the struct base_data on the stack for traversalShawn O. Pearce
2008-07-15index-pack: Refactor base arguments of resolve_delta into a structShawn O. Pearce
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-06Fix some warnings (on cygwin) to allow -WerrorRamsay Jones
2008-05-31Make pack creation always fsync() the resultLinus Torvalds
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-02-29index-pack: introduce checking modeMartin Koegler
2007-11-14Merge branch 'np/progress'Junio C Hamano
2007-11-11Merge branch 'maint'Junio C Hamano