aboutsummaryrefslogtreecommitdiffstats
path: root/index-pack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-22make "index-pack" a built-inLinus Torvalds1-1047/+0
2009-11-10Let 'git <command> -h' show usage without a git dirJonathan Nieder1-0/+3
2009-10-01increase portability of NORETURN declarationsErik Faye-Lund1-2/+2
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano1-11/+10
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-11/+10
2009-06-20Fix various sparse warnings in the git source codeLinus Torvalds1-1/+1
2009-06-18Fix big left-shifts of unsigned charLinus Torvalds1-3/+3
2009-04-06Merge branch 'jc/shared-literally'Junio C Hamano1-4/+3
2009-03-27Move chmod(foo, 0444) into move_temp_to_file()Johan Herland1-4/+3
2009-03-15Fix various dead stores found by the clang static analyzerBenjamin Kramer1-1/+1
2009-02-25Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano1-11/+12
2009-02-25Make sure objects/pack exists before creating a new packJunio C Hamano1-11/+12
2009-01-31Merge branch 'sp/runtime-prefix'Junio C Hamano1-0/+3
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska1-0/+3
2009-01-21Merge branch 'lt/maint-wrap-zlib'Junio C Hamano1-6/+6
2009-01-11Wrap inflate and other zlib routines for better error reportingLinus Torvalds1-6/+6
2009-01-05remove trailing LF in die() messagesAlexander Potashev1-1/+1
2008-11-12Merge branch 'np/pack-safer'Junio C Hamano1-1/+1
2008-11-02Merge branch 'np/index-pack'Junio C Hamano1-82/+81
2008-11-02better validation on delta base object offsetsNicolas Pitre1-1/+1
2008-10-23index-pack: don't leak leaf delta resultNicolas Pitre1-1/+3
2008-10-21Merge branch 'maint'Junio C Hamano1-3/+19
2008-10-21rehabilitate 'git index-pack' inside the object storeNicolas Pitre1-3/+19
2008-10-20fix multiple issues in index-packNicolas Pitre1-6/+5
2008-10-18Do not rename read-only files during a pushPetr Baudis1-2/+3
2008-10-18index-pack: smarter memory usage during delta resolutionNicolas Pitre1-34/+39
2008-10-18index-pack: rationalize delta resolution codeNicolas Pitre1-65/+58
2008-10-10Merge branch 'maint'Shawn O. Pearce1-0/+1
2008-10-10fix pread()'s short read in index-packNicolas Pitre1-0/+1
2008-10-08Merge branch 'maint'Shawn O. Pearce1-1/+4
2008-10-08Do not use errno when pread() returns 0Samuel Tardieu1-1/+4
2008-10-02fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre1-4/+4
2008-09-22Do not perform cross-directory renames when creating packsPetr Baudis1-1/+1
2008-08-29index-pack: use fixup_pack_header_footer()'s validation modeNicolas Pitre1-18/+25
2008-08-29improve reliability of fixup_pack_header_footer()Nicolas Pitre1-1/+2
2008-08-26index-pack: setup git repositoryNguyễn Thái Ngọc Duy1-0/+2
2008-07-25Merge branch 'maint'Junio C Hamano1-0/+4
2008-07-25index-pack.c: correctly initialize appended objectsBjörn Steinbrink1-0/+4
2008-07-16Merge branch 'sb/dashless'Junio C Hamano1-1/+1
2008-07-16Merge branch 'sp/maint-index-pack'Junio C Hamano1-29/+113
2008-07-15index-pack: Honor core.deltaBaseCacheLimit when resolving deltasShawn O. Pearce1-2/+46
2008-07-15index-pack: Track the object_entry that creates each base_dataShawn O. Pearce1-6/+12
2008-07-15index-pack: Chain the struct base_data on the stack for traversalShawn O. Pearce1-3/+31
2008-07-15index-pack: Refactor base arguments of resolve_delta into a structShawn O. Pearce1-27/+33
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-07-05Fix some warnings (on cygwin) to allow -WerrorRamsay Jones1-2/+4
2008-05-31Make pack creation always fsync() the resultLinus Torvalds1-0/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-3/+3
2008-02-28index-pack: introduce checking modeMartin Koegler1-1/+87
2007-11-14Merge branch 'np/progress'Junio C Hamano1-7/+7