summaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * pack-objects: Allow missing base objects when creating thin packsShawn O. Pearce2008-08-121-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-051-5/+10
* verify-pack: check packed object CRC when using index version 2Nicolas Pitre2008-06-241-22/+0
* call init_pack_revindex() lazilyNicolas Pitre2008-06-231-2/+0
* Remove now unnecessary 'sync()' callsLinus Torvalds2008-05-311-3/+4
* Make pack creation always fsync() the resultLinus Torvalds2008-05-311-1/+3
* Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano2008-05-251-3/+3
|\
| * Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-3/+3
* | Merge branch 'bc/repack'Junio C Hamano2008-05-231-2/+38
|\ \
| * | let pack-objects do the writing of unreachable objects as loose objectsNicolas Pitre2008-05-131-2/+38
| |/
* | pack-objects: fix early eviction for max depth delta objectsNicolas Pitre2008-05-031-1/+1
* | pack-objects: allow for early delta deflatingNicolas Pitre2008-05-031-1/+36
* | pack-objects: move compression code in a separate functionNicolas Pitre2008-05-031-24/+29
* | pack-objects: clean up write_object() a bitNicolas Pitre2008-05-031-31/+33
* | pack-objects: simplify the condition associated with --all-progressNicolas Pitre2008-05-031-2/+1
* | pack-objects: remove some double negative logicNicolas Pitre2008-05-031-8/+9
* | pack-objects: small cleanupNicolas Pitre2008-05-031-14/+13
|/