summaryrefslogtreecommitdiffstats
path: root/builtin-pack-objects.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano1-3/+3
2008-05-23Merge branch 'bc/repack'Junio C Hamano1-2/+38
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-3/+3
2008-05-13let pack-objects do the writing of unreachable objects as loose objectsNicolas Pitre1-2/+38
2008-05-03pack-objects: fix early eviction for max depth delta objectsNicolas Pitre1-1/+1
2008-05-03pack-objects: allow for early delta deflatingNicolas Pitre1-1/+36
2008-05-03pack-objects: move compression code in a separate functionNicolas Pitre1-24/+29
2008-05-03pack-objects: clean up write_object() a bitNicolas Pitre1-31/+33
2008-05-03pack-objects: simplify the condition associated with --all-progressNicolas Pitre1-2/+1
2008-05-03pack-objects: remove some double negative logicNicolas Pitre1-8/+9
2008-05-03pack-objects: small cleanupNicolas Pitre1-14/+13
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