aboutsummaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
Commit message (Expand)AuthorAge
* git-pack-objects: Automatically pack annotated tags if object was packedShawn O. Pearce2008-03-04
* Merge branch 'np/verify-pack'Junio C Hamano2008-03-02
|\
| * factorize revindex code out of builtin-pack-objects.cNicolas Pitre2008-03-01
* | Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-02
|\ \ | |/ |/|
| * Remove unused object-ref codeMartin Koegler2008-02-25
* | Merge branch 'jm/free'Junio C Hamano2008-02-27
|\ \
| * | Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-22
* | | Revert "pack-objects: Print a message describing the number of threads for pa...Junio C Hamano2008-02-26
* | | pack-objects: Print a message describing the number of threads for packingBrandon Casey2008-02-23
* | | pack-objects: Add runtime detection of online CPU'sAndreas Ericsson2008-02-23
|/ /
* | check return code of prepare_revision_walkMartin Koegler2008-02-17
* | Merge branch 'maint'Junio C Hamano2008-02-13
|\ \ | |/
| * Revert "pack-objects: only throw away data during memory pressure"Junio C Hamano2008-02-12
* | Merge branch 'maint'Junio C Hamano2008-02-11
|\ \ | |/
| * pack-objects: only throw away data during memory pressureMartin Koegler2008-02-11
* | Introduce the config variable pack.packSizeLimitJohannes Schindelin2008-02-09
|/
* pack-objects: Fix segfault when object count is less than thread countNicolas Pitre2008-01-21
* pack-objects: remove redundant and wrong call to deflateEnd()Junio C Hamano2008-01-10
* Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering2008-01-04
* Plug a resource leak in threaded pack-objects code.Johannes Sixt2007-12-17
* threaded pack-objects: Use condition variables for thread communication.Johannes Sixt2007-12-16
* pack-objects: more threaded load balancing fix with often changed pathsNicolas Pitre2007-12-10
* pack-objects: fix threaded load balancingNicolas Pitre2007-12-08
* pack-objects: reverse the delta search sort listNicolas Pitre2007-12-08
* pack-objects: fix delta cache size accountingNicolas Pitre2007-12-08
* Fix rev-list when showing objects involving submodulesLinus Torvalds2007-11-14
* Merge branch 'np/pack'Junio C Hamano2007-11-04
|\
| * pack-objects: get rid of an ugly castNicolas Pitre2007-11-02
| * make the pack index version configurableNicolas Pitre2007-11-02
* | add throughput display to git-pushNicolas Pitre2007-10-30
* | relax usage of the progress APINicolas Pitre2007-10-30
* | make struct progress an opaque typeNicolas Pitre2007-10-30
* | Change 'Deltifying objects' to 'Compressing objects'Shawn O. Pearce2007-10-18
* | fix const issues with some functionsNicolas Pitre2007-10-17
* | pack-objects.c: fix some global variable abuse and memory leaksNicolas Pitre2007-10-17
* | pack-objects: no delta possible with only one object in the listNicolas Pitre2007-10-17
* | more compact progress displayNicolas Pitre2007-10-17
|/
* Merge branch 'jc/autogc'Junio C Hamano2007-10-03
|\
| * pack-objects --keep-unreachableJunio C Hamano2007-09-17
* | builtin-pack-objects.c: avoid bogus gcc warningsJunio C Hamano2007-09-14
* | threaded delta search: proper locking for cache accountingNicolas Pitre2007-09-12
* | threaded delta search: add pack.threads config variableNicolas Pitre2007-09-10
* | fix threaded delta search lockingNicolas Pitre2007-09-10
* | threaded delta search: specify number of threads at run timeNicolas Pitre2007-09-09
* | threaded delta search: better chunck split pointNicolas Pitre2007-09-09
* | threaded delta search: refine work allocationNicolas Pitre2007-09-09
* | basic threaded delta searchNicolas Pitre2007-09-06
* | rearrange delta search progress reportingNicolas Pitre2007-09-06
* | localize window memory usage accountingNicolas Pitre2007-09-05
* | straighten the list of objects to deltifyNicolas Pitre2007-09-05