summaryrefslogtreecommitdiffstats
path: root/builtin-pack-objects.c
AgeCommit message (Expand)AuthorLines
2008-08-30Merge branch 'sp/missing-thin-base' into maintJunio C Hamano-4/+11
2008-08-27index-pack: be careful after fixing up the header/footerLinus Torvalds-1/+0
2008-08-12pack-objects: Allow missing base objects when creating thin packsShawn O. Pearce-4/+11
2008-07-05Fix some warnings (on cygwin) to allow -WerrorRamsay Jones-5/+10
2008-06-24verify-pack: check packed object CRC when using index version 2Nicolas Pitre-22/+0
2008-06-23call init_pack_revindex() lazilyNicolas Pitre-2/+0
2008-05-31Remove now unnecessary 'sync()' callsLinus Torvalds-3/+4
2008-05-31Make pack creation always fsync() the resultLinus Torvalds-1/+3
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano-3/+3
2008-05-23Merge branch 'bc/repack'Junio C Hamano-2/+38
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin-3/+3
2008-05-13let pack-objects do the writing of unreachable objects as loose objectsNicolas Pitre-2/+38
2008-05-03pack-objects: fix early eviction for max depth delta objectsNicolas Pitre-1/+1
2008-05-03pack-objects: allow for early delta deflatingNicolas Pitre-1/+36
2008-05-03pack-objects: move compression code in a separate functionNicolas Pitre-24/+29
2008-05-03pack-objects: clean up write_object() a bitNicolas Pitre-31/+33
2008-05-03pack-objects: simplify the condition associated with --all-progressNicolas Pitre-2/+1
2008-05-03pack-objects: remove some double negative logicNicolas Pitre-8/+9
2008-05-03pack-objects: small cleanupNicolas Pitre-14/+13
2008-03-13pack-objects: proper pack time stamping with --max-pack-sizeNicolas Pitre-0/+26
2008-03-04git-pack-objects: Automatically pack annotated tags if object was packedShawn O. Pearce-2/+22
2008-03-02Merge branch 'np/verify-pack'Junio C Hamano-150/+10
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano-1/+0
2008-03-01factorize revindex code out of builtin-pack-objects.cNicolas Pitre-150/+10
2008-02-27Merge branch 'jm/free'Junio C Hamano-2/+1
2008-02-26Revert "pack-objects: Print a message describing the number of threads for pa...Junio C Hamano-3/+0
2008-02-25Remove unused object-ref codeMartin Koegler-1/+0
2008-02-23pack-objects: Print a message describing the number of threads for packingBrandon Casey-0/+3
2008-02-23pack-objects: Add runtime detection of online CPU'sAndreas Ericsson-4/+10
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering-2/+1
2008-02-17check return code of prepare_revision_walkMartin Koegler-1/+2
2008-02-13Merge branch 'maint'Junio C Hamano-11/+2
2008-02-12Revert "pack-objects: only throw away data during memory pressure"Junio C Hamano-11/+2
2008-02-11Merge branch 'maint'Junio C Hamano-2/+11
2008-02-11pack-objects: only throw away data during memory pressureMartin Koegler-2/+11
2008-02-09Introduce the config variable pack.packSizeLimitJohannes Schindelin-1/+9
2008-01-21pack-objects: Fix segfault when object count is less than thread countNicolas Pitre-1/+2
2008-01-10pack-objects: remove redundant and wrong call to deflateEnd()Junio C Hamano-1/+1
2008-01-04Don't access line[-1] for a zero-length "line" from fgets.Jim Meyering-1/+1
2007-12-17Plug a resource leak in threaded pack-objects code.Johannes Sixt-2/+2
2007-12-16threaded pack-objects: Use condition variables for thread communication.Johannes Sixt-50/+79
2007-12-10pack-objects: more threaded load balancing fix with often changed pathsNicolas Pitre-0/+10
2007-12-08pack-objects: fix threaded load balancingNicolas Pitre-32/+85
2007-12-08pack-objects: reverse the delta search sort listNicolas Pitre-20/+21
2007-12-08pack-objects: fix delta cache size accountingNicolas Pitre-5/+5
2007-11-14Fix rev-list when showing objects involving submodulesLinus Torvalds-1/+1
2007-11-04Merge branch 'np/pack'Junio C Hamano-7/+12
2007-11-02pack-objects: get rid of an ugly castNicolas Pitre-6/+6
2007-11-02make the pack index version configurableNicolas Pitre-0/+6
2007-10-30add throughput display to git-pushNicolas Pitre-1/+1