summaryrefslogtreecommitdiffstats
path: root/builtin-pack-objects.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Junio C Hamano2009-03-251-1/+1
|\
| * Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-241-1/+1
| |\
| | * Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-03-241-1/+1
| | |\
| | | * avoid possible overflow in delta size filtering computationNicolas Pitre2009-03-241-1/+1
| | * | Merge branch 'jc/maint-1.6.0-pack-directory' into maint-1.6.1Junio C Hamano2009-03-221-3/+2
| | |\ \
| | * \ \ Merge branch 'lt/maint-wrap-zlib' into maintJunio C Hamano2009-02-061-3/+3
| | |\ \ \
* | | \ \ \ Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-03-111-11/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | is_kept_pack(): final clean-upJunio C Hamano2009-02-281-2/+2
| * | | | | Simplify is_kept_pack()Junio C Hamano2009-02-281-3/+3
| * | | | | Consolidate ignore_packed logic moreJunio C Hamano2009-02-281-10/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano2009-02-251-3/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Make sure objects/pack exists before creating a new packJunio C Hamano2009-02-251-3/+2
| |/ / /
* | | | Merge branch 'lt/maint-wrap-zlib'Junio C Hamano2009-01-221-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Wrap inflate and other zlib routines for better error reportingLinus Torvalds2009-01-111-3/+3
| |/ /
* | | pack-objects: don't use too many threads with few objectsNicolas Pitre2008-12-141-0/+4
* | | autodetect number of CPUs by default when using threadsNicolas Pitre2008-12-131-1/+4
| |/ |/|
* | Merge branch 'maint'Junio C Hamano2008-12-111-0/+1
|\|
| * make sure packs to be replaced are closed beforehandNicolas Pitre2008-12-111-0/+1
| * Merge branch 'bc/maint-keep-pack' into maintJunio C Hamano2008-12-031-0/+10
| |\
* | \ Merge branch 'np/pack-safer'Junio C Hamano2008-11-131-19/+58
|\ \ \
| * | | pack-objects: don't leak pack window reference when splitting packsNicolas Pitre2008-11-031-3/+9
| * | | pack-objects: allow "fixing" a corrupted pack without a full repackNicolas Pitre2008-11-031-9/+19
| * | | make find_pack_revindex() aware of the nasty worldNicolas Pitre2008-11-031-0/+2
| * | | make check_object() resilient to pack corruptionsNicolas Pitre2008-11-031-6/+17
| * | | make unpack_object_header() non fatalNicolas Pitre2008-11-031-1/+1
| * | | better validation on delta base object offsetsNicolas Pitre2008-11-031-2/+2
| * | | close another possibility for propagating pack corruptionNicolas Pitre2008-11-031-0/+10
* | | | Merge branch 'bc/maint-keep-pack'Junio C Hamano2008-11-131-0/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | pack-objects: extend --local to mean ignore non-local loose objects tooBrandon Casey2008-11-121-0/+3
| * | | pack-objects: new option --honor-pack-keepBrandon Casey2008-11-121-0/+7
* | | | Merge branch 'maint'Junio C Hamano2008-11-131-2/+10
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Fix pack.packSizeLimit and --max-pack-size handlingNicolas Pitre2008-11-121-2/+10
| |/
* | Merge branch 'maint'Junio C Hamano2008-11-021-1/+2
|\|
| * pack-objects: avoid reading uninitalized dataJeff King2008-11-021-1/+2
* | Replace xmalloc/memset(0) pairs with xcallocBrandon Casey2008-10-081-3/+1
* | Merge branch 'maint'Junio C Hamano2008-09-231-1/+1
|\|
| * Do not perform cross-directory renames when creating packsPetr Baudis2008-09-221-1/+1
* | Merge branch 'np/pack'Junio C Hamano2008-09-191-0/+8
|\ \ | |/ |/|
| * pack-objects: don't include missing preferred base objectsNicolas Pitre2008-09-031-0/+8
| * Merge branch 'np/maint-safer-pack' into np/packJunio C Hamano2008-09-031-19/+15
| |\
* | | Start conforming code to "git subcmd" style part 3Heikki Orsila2008-09-161-2/+2
* | | Merge branch 'np/maint-safer-pack' into maintJunio C Hamano2008-09-101-19/+15
|\ \ \ | |/ / |/| / | |/
| * pack-objects: use fixup_pack_header_footer()'s validation modeNicolas Pitre2008-08-301-2/+2
| * improve reliability of fixup_pack_header_footer()Nicolas Pitre2008-08-301-1/+2
| * pack-objects: improve returned information from write_one()Nicolas Pitre2008-08-301-17/+12
* | Merge branch 'sp/missing-thin-base' into maintJunio C Hamano2008-08-301-4/+11
|\ \ | |/ |/|
| * pack-objects: Allow missing base objects when creating thin packsShawn O. Pearce2008-08-131-4/+11
* | index-pack: be careful after fixing up the header/footerLinus Torvalds2008-08-271-1/+0
|/
* Fix some warnings (on cygwin) to allow -WerrorRamsay Jones2008-07-061-5/+10
* verify-pack: check packed object CRC when using index version 2Nicolas Pitre2008-06-251-22/+0