summaryrefslogtreecommitdiff
path: root/index-pack.c
Commit message (Expand)AuthorAgeFilesLines
* increase portability of NORETURN declarationsErik Faye-Lund2009-10-011-2/+2
* Merge branch 'tr/die_errno'Junio C Hamano2009-07-061-11/+10
|\
| * Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-11/+10
* | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-1/+1
* | Fix big left-shifts of unsigned charLinus Torvalds2009-06-181-3/+3
|/
* Merge branch 'jc/shared-literally'Junio C Hamano2009-04-061-4/+3
|\
| * Move chmod(foo, 0444) into move_temp_to_file()Johan Herland2009-03-271-4/+3
* | Fix various dead stores found by the clang static analyzerBenjamin Kramer2009-03-151-1/+1
|/
* Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano2009-02-251-11/+12
|\
| * Make sure objects/pack exists before creating a new packJunio C Hamano2009-02-251-11/+12
* | Merge branch 'sp/runtime-prefix'Junio C Hamano2009-01-311-0/+3
|\ \
| * | Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska2009-01-261-0/+3
* | | Merge branch 'lt/maint-wrap-zlib'Junio C Hamano2009-01-211-6/+6
|\ \ \ | |/ / |/| |
| * | Wrap inflate and other zlib routines for better error reportingLinus Torvalds2009-01-111-6/+6
| |/
* | remove trailing LF in die() messagesAlexander Potashev2009-01-051-1/+1
* | Merge branch 'np/pack-safer'Junio C Hamano2008-11-121-1/+1
|\ \
| * | better validation on delta base object offsetsNicolas Pitre2008-11-021-1/+1
* | | Merge branch 'np/index-pack'Junio C Hamano2008-11-021-82/+81
|\ \ \ | |/ / |/| |
| * | index-pack: don't leak leaf delta resultNicolas Pitre2008-10-231-1/+3
| * | fix multiple issues in index-packNicolas Pitre2008-10-201-6/+5
| * | index-pack: smarter memory usage during delta resolutionNicolas Pitre2008-10-181-34/+39
| * | index-pack: rationalize delta resolution codeNicolas Pitre2008-10-181-65/+58
* | | Merge branch 'maint'Junio C Hamano2008-10-211-3/+19
|\ \ \ | | |/ | |/|
| * | rehabilitate 'git index-pack' inside the object storeNicolas Pitre2008-10-211-3/+19
* | | Do not rename read-only files during a pushPetr Baudis2008-10-181-2/+3
| |/ |/|
* | Merge branch 'maint'Shawn O. Pearce2008-10-101-0/+1
|\ \ | |/
| * fix pread()'s short read in index-packNicolas Pitre2008-10-101-0/+1
* | Merge branch 'maint'Shawn O. Pearce2008-10-081-1/+4
|\ \ | |/
| * Do not use errno when pread() returns 0Samuel Tardieu2008-10-081-1/+4
* | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-021-4/+4
|/
* Do not perform cross-directory renames when creating packsPetr Baudis2008-09-221-1/+1
* index-pack: use fixup_pack_header_footer()'s validation modeNicolas Pitre2008-08-291-18/+25
* improve reliability of fixup_pack_header_footer()Nicolas Pitre2008-08-291-1/+2
* index-pack: setup git repositoryNguyễn Thái Ngọc Duy2008-08-261-0/+2
* Merge branch 'maint'Junio C Hamano2008-07-251-0/+4
|\
| * index-pack.c: correctly initialize appended objectsBjörn Steinbrink2008-07-251-0/+4
* | Merge branch 'sb/dashless'Junio C Hamano2008-07-161-1/+1
|\ \
| * | Make usage strings dash-lessStephan Beyer2008-07-131-1/+1
* | | Merge branch 'sp/maint-index-pack'Junio C Hamano2008-07-161-29/+113
|\ \ \ | |/ / |/| / | |/
| * index-pack: Honor core.deltaBaseCacheLimit when resolving deltasShawn O. Pearce2008-07-151-2/+46
| * index-pack: Track the object_entry that creates each base_dataShawn O. Pearce2008-07-151-6/+12
| * index-pack: Chain the struct base_data on the stack for traversalShawn O. Pearce2008-07-151-3/+31
| * index-pack: Refactor base arguments of resolve_delta into a structShawn O. Pearce2008-07-151-27/+33
* | Fix some warnings (on cygwin) to allow -WerrorRamsay Jones2008-07-051-2/+4
|/
* Make pack creation always fsync() the resultLinus Torvalds2008-05-311-0/+1
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-3/+3
* index-pack: introduce checking modeMartin Koegler2008-02-281-1/+87
* Merge branch 'np/progress'Junio C Hamano2007-11-141-7/+7
|\
| * nicer display of thin pack completionNicolas Pitre2007-11-081-5/+5
| * make display of total transferred more accurateNicolas Pitre2007-11-051-2/+2