summaryrefslogtreecommitdiffstats
path: root/builtin-pack-objects.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-13pack-objects: proper pack time stamping with --max-pack-sizeNicolas Pitre1-0/+26
2008-03-04git-pack-objects: Automatically pack annotated tags if object was packedShawn O. Pearce1-2/+22
2008-03-02Merge branch 'np/verify-pack'Junio C Hamano1-150/+10
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano1-1/+0
2008-03-01factorize revindex code out of builtin-pack-objects.cNicolas Pitre1-150/+10
2008-02-27Merge branch 'jm/free'Junio C Hamano1-2/+1
2008-02-26Revert "pack-objects: Print a message describing the number of threads for pa...Junio C Hamano1-3/+0
2008-02-25Remove unused object-ref codeMartin Koegler1-1/+0
2008-02-23pack-objects: Print a message describing the number of threads for packingBrandon Casey1-0/+3
2008-02-23pack-objects: Add runtime detection of online CPU'sAndreas Ericsson1-4/+10
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering1-2/+1
2008-02-17check return code of prepare_revision_walkMartin Koegler1-1/+2
2008-02-13Merge branch 'maint'Junio C Hamano1-11/+2
2008-02-12Revert "pack-objects: only throw away data during memory pressure"Junio C Hamano1-11/+2
2008-02-11Merge branch 'maint'Junio C Hamano1-2/+11
2008-02-11pack-objects: only throw away data during memory pressureMartin Koegler1-2/+11
2008-02-09Introduce the config variable pack.packSizeLimitJohannes Schindelin1-1/+9
2008-01-21pack-objects: Fix segfault when object count is less than thread countNicolas Pitre1-1/+2
2008-01-10pack-objects: remove redundant and wrong call to deflateEnd()Junio C Hamano1-1/+1
2008-01-04Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering1-1/+1
2007-12-17Plug a resource leak in threaded pack-objects code.Johannes Sixt1-2/+2
2007-12-16threaded pack-objects: Use condition variables for thread communication.Johannes Sixt1-50/+79
2007-12-10pack-objects: more threaded load balancing fix with often changed pathsNicolas Pitre1-0/+10
2007-12-08pack-objects: fix threaded load balancingNicolas Pitre1-32/+85
2007-12-08pack-objects: reverse the delta search sort listNicolas Pitre1-20/+21
2007-12-08pack-objects: fix delta cache size accountingNicolas Pitre1-5/+5
2007-11-14Fix rev-list when showing objects involving submodulesLinus Torvalds1-1/+1
2007-11-04Merge branch 'np/pack'Junio C Hamano1-7/+12
2007-11-02pack-objects: get rid of an ugly castNicolas Pitre1-6/+6
2007-11-02make the pack index version configurableNicolas Pitre1-0/+6
2007-10-30add throughput display to git-pushNicolas Pitre1-1/+1
2007-10-30relax usage of the progress APINicolas Pitre1-12/+6
2007-10-30make struct progress an opaque typeNicolas Pitre1-8/+8
2007-10-18Change 'Deltifying objects' to 'Compressing objects'Shawn O. Pearce1-1/+1
2007-10-17fix const issues with some functionsNicolas Pitre1-1/+1
2007-10-17pack-objects.c: fix some global variable abuse and memory leaksNicolas Pitre1-14/+15
2007-10-17pack-objects: no delta possible with only one object in the listNicolas Pitre1-1/+1
2007-10-17more compact progress displayNicolas Pitre1-11/+5
2007-10-03Merge branch 'jc/autogc'Junio C Hamano1-2/+93
2007-09-17pack-objects --keep-unreachableJunio C Hamano1-2/+93
2007-09-14builtin-pack-objects.c: avoid bogus gcc warningsJunio C Hamano1-6/+6
2007-09-12threaded delta search: proper locking for cache accountingNicolas Pitre1-4/+20
2007-09-10threaded delta search: add pack.threads config variableNicolas Pitre1-0/+11
2007-09-10fix threaded delta search lockingNicolas Pitre1-5/+6
2007-09-09threaded delta search: specify number of threads at run timeNicolas Pitre1-5/+21
2007-09-09threaded delta search: better chunck split pointNicolas Pitre1-0/+5
2007-09-09threaded delta search: refine work allocationNicolas Pitre1-14/+45
2007-09-06basic threaded delta searchNicolas Pitre1-1/+82
2007-09-06rearrange delta search progress reportingNicolas Pitre1-9/+14
2007-09-05localize window memory usage accountingNicolas Pitre1-14/+14