summaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* pack-objects: proper pack time stamping with --max-pack-sizeNicolas Pitre2008-03-131-0/+26
* git-pack-objects: Automatically pack annotated tags if object was packedShawn O. Pearce2008-03-041-2/+22
* Merge branch 'np/verify-pack'Junio C Hamano2008-03-021-150/+10
|\
| * factorize revindex code out of builtin-pack-objects.cNicolas Pitre2008-03-011-150/+10
* | Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-021-1/+0
|\ \ | |/ |/|
| * Remove unused object-ref codeMartin Koegler2008-02-251-1/+0
* | Merge branch 'jm/free'Junio C Hamano2008-02-271-2/+1
|\ \
| * | Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-221-2/+1
* | | Revert "pack-objects: Print a message describing the number of threads for pa...Junio C Hamano2008-02-261-3/+0
* | | pack-objects: Print a message describing the number of threads for packingBrandon Casey2008-02-231-0/+3
* | | pack-objects: Add runtime detection of online CPU'sAndreas Ericsson2008-02-231-4/+10
|/ /
* | check return code of prepare_revision_walkMartin Koegler2008-02-171-1/+2
* | Merge branch 'maint'Junio C Hamano2008-02-131-11/+2
|\ \ | |/
| * Revert "pack-objects: only throw away data during memory pressure"Junio C Hamano2008-02-121-11/+2
* | Merge branch 'maint'Junio C Hamano2008-02-111-2/+11
|\ \ | |/
| * pack-objects: only throw away data during memory pressureMartin Koegler2008-02-111-2/+11
* | Introduce the config variable pack.packSizeLimitJohannes Schindelin2008-02-091-1/+9
|/
* pack-objects: Fix segfault when object count is less than thread countNicolas Pitre2008-01-211-1/+2
* pack-objects: remove redundant and wrong call to deflateEnd()Junio C Hamano2008-01-101-1/+1
* Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering2008-01-041-1/+1
* Plug a resource leak in threaded pack-objects code.Johannes Sixt2007-12-171-2/+2
* threaded pack-objects: Use condition variables for thread communication.Johannes Sixt2007-12-161-50/+79
* pack-objects: more threaded load balancing fix with often changed pathsNicolas Pitre2007-12-101-0/+10
* pack-objects: fix threaded load balancingNicolas Pitre2007-12-081-32/+85
* pack-objects: reverse the delta search sort listNicolas Pitre2007-12-081-20/+21
* pack-objects: fix delta cache size accountingNicolas Pitre2007-12-081-5/+5
* Fix rev-list when showing objects involving submodulesLinus Torvalds2007-11-141-1/+1
* Merge branch 'np/pack'Junio C Hamano2007-11-041-7/+12
|\
| * pack-objects: get rid of an ugly castNicolas Pitre2007-11-021-6/+6
| * make the pack index version configurableNicolas Pitre2007-11-021-0/+6
* | add throughput display to git-pushNicolas Pitre2007-10-301-1/+1
* | relax usage of the progress APINicolas Pitre2007-10-301-12/+6
* | make struct progress an opaque typeNicolas Pitre2007-10-301-8/+8
* | Change 'Deltifying objects' to 'Compressing objects'Shawn O. Pearce2007-10-181-1/+1
* | fix const issues with some functionsNicolas Pitre2007-10-171-1/+1