summaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-04-011-4/+27
|\
| * pack-objects: don't loosen objects available in alternate or kept packsBrandon Casey2009-03-211-1/+25
| * Remove --kept-pack-only option and associated infrastructureBrandon Casey2009-03-201-1/+0
| * pack-objects: only repack or loosen objects residing in "local" packsBrandon Casey2009-03-201-2/+2
* | Merge branch 'maint'Junio C Hamano2009-03-241-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-211-3/+2
| | |\ \ \
| | * \ \ \ Merge branch 'lt/maint-wrap-zlib' into maintJunio C Hamano2009-02-051-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-211-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-131-0/+4
* | | autodetect number of CPUs by default when using threadsNicolas Pitre2008-12-121-1/+4
| |/ |/|
* | Merge branch 'maint'Junio C Hamano2008-12-111-0/+1
|\ \ | |/
| * make sure packs to be replaced are closed beforehandNicolas Pitre2008-12-101-0/+1
| * Merge branch 'bc/maint-keep-pack' into maintJunio C Hamano2008-12-021-0/+10
| |\
* | \ Merge branch 'np/pack-safer'Junio C Hamano2008-11-121-19/+58
|\ \ \
| * | | pack-objects: don't leak pack window reference when splitting packsNicolas Pitre2008-11-021-3/+9
| * | | pack-objects: allow "fixing" a corrupted pack without a full repackNicolas Pitre2008-11-021-9/+19
| * | | make find_pack_revindex() aware of the nasty worldNicolas Pitre2008-11-021-0/+2
| * | | make check_object() resilient to pack corruptionsNicolas Pitre2008-11-021-6/+17
| * | | make unpack_object_header() non fatalNicolas Pitre2008-11-021-1/+1
| * | | better validation on delta base object offsetsNicolas Pitre2008-11-021-2/+2
| * | | close another possibility for propagating pack corruptionNicolas Pitre2008-11-021-0/+10
* | | | Merge branch 'bc/maint-keep-pack'Junio C Hamano2008-11-121-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-121-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-011-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-181-0/+8
|\ \ | |/ |/|
| * pack-objects: don't include missing preferred base objectsNicolas Pitre2008-09-021-0/+8
| * Merge branch 'np/maint-safer-pack' into np/packJunio C Hamano2008-09-021-19/+15
| |\
* | | Start conforming code to "git subcmd" style part 3Heikki Orsila2008-09-151-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-291-2/+2
| * improve reliability of fixup_pack_header_footer()Nicolas Pitre2008-08-291-1/+2
| * pack-objects: improve returned information from write_one()Nicolas Pitre2008-08-291-17/+12
* | Merge branch 'sp/missing-thin-base' into maintJunio C Hamano2008-08-301-4/+11
|\ \ | |/ |/|