summaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-05Fix some warnings (on cygwin) to allow -WerrorLibravatar Ramsay Jones1-5/+10
2008-06-24verify-pack: check packed object CRC when using index version 2Libravatar Nicolas Pitre1-22/+0
2008-06-23call init_pack_revindex() lazilyLibravatar Nicolas Pitre1-2/+0
2008-05-31Remove now unnecessary 'sync()' callsLibravatar Linus Torvalds1-3/+4
2008-05-31Make pack creation always fsync() the resultLibravatar Linus Torvalds1-1/+3
2008-05-25Merge branch 'js/config-cb'Libravatar Junio C Hamano1-3/+3
2008-05-23Merge branch 'bc/repack'Libravatar Junio C Hamano1-2/+38
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-3/+3
2008-05-13let pack-objects do the writing of unreachable objects as loose objectsLibravatar Nicolas Pitre1-2/+38
2008-05-03pack-objects: fix early eviction for max depth delta objectsLibravatar Nicolas Pitre1-1/+1
2008-05-03pack-objects: allow for early delta deflatingLibravatar Nicolas Pitre1-1/+36
2008-05-03pack-objects: move compression code in a separate functionLibravatar Nicolas Pitre1-24/+29
2008-05-03pack-objects: clean up write_object() a bitLibravatar Nicolas Pitre1-31/+33
2008-05-03pack-objects: simplify the condition associated with --all-progressLibravatar Nicolas Pitre1-2/+1
2008-05-03pack-objects: remove some double negative logicLibravatar Nicolas Pitre1-8/+9
2008-05-03pack-objects: small cleanupLibravatar Nicolas Pitre1-14/+13
2008-03-13pack-objects: proper pack time stamping with --max-pack-sizeLibravatar Nicolas Pitre1-0/+26
2008-03-04git-pack-objects: Automatically pack annotated tags if object was packedLibravatar Shawn O. Pearce1-2/+22
2008-03-02Merge branch 'np/verify-pack'Libravatar Junio C Hamano1-150/+10
2008-03-02Merge branch 'mk/maint-parse-careful'Libravatar Junio C Hamano1-1/+0
2008-03-01factorize revindex code out of builtin-pack-objects.cLibravatar Nicolas Pitre1-150/+10
2008-02-27Merge branch 'jm/free'Libravatar Junio C Hamano1-2/+1
2008-02-26Revert "pack-objects: Print a message describing the number of threads for pa...Libravatar Junio C Hamano1-3/+0
2008-02-25Remove unused object-ref codeLibravatar Martin Koegler1-1/+0
2008-02-23pack-objects: Print a message describing the number of threads for packingLibravatar Brandon Casey1-0/+3
2008-02-23pack-objects: Add runtime detection of online CPU'sLibravatar Andreas Ericsson1-4/+10
2008-02-22Avoid unnecessary "if-before-free" tests.Libravatar Jim Meyering1-2/+1
2008-02-17check return code of prepare_revision_walkLibravatar Martin Koegler1-1/+2
2008-02-13Merge branch 'maint'Libravatar Junio C Hamano1-11/+2
2008-02-12Revert "pack-objects: only throw away data during memory pressure"Libravatar Junio C Hamano1-11/+2
2008-02-11Merge branch 'maint'Libravatar Junio C Hamano1-2/+11
2008-02-11pack-objects: only throw away data during memory pressureLibravatar Martin Koegler1-2/+11
2008-02-09Introduce the config variable pack.packSizeLimitLibravatar Johannes Schindelin1-1/+9
2008-01-21pack-objects: Fix segfault when object count is less than thread countLibravatar Nicolas Pitre1-1/+2
2008-01-10pack-objects: remove redundant and wrong call to deflateEnd()Libravatar Junio C Hamano1-1/+1
2008-01-04Don't access line[-1] for a zero-length "line" from fgets.Libravatar Jim Meyering1-1/+1
2007-12-17Plug a resource leak in threaded pack-objects code.Libravatar Johannes Sixt1-2/+2
2007-12-16threaded pack-objects: Use condition variables for thread communication.Libravatar Johannes Sixt1-50/+79
2007-12-10pack-objects: more threaded load balancing fix with often changed pathsLibravatar Nicolas Pitre1-0/+10
2007-12-08pack-objects: fix threaded load balancingLibravatar Nicolas Pitre1-32/+85
2007-12-08pack-objects: reverse the delta search sort listLibravatar Nicolas Pitre1-20/+21
2007-12-08pack-objects: fix delta cache size accountingLibravatar Nicolas Pitre1-5/+5
2007-11-14Fix rev-list when showing objects involving submodulesLibravatar Linus Torvalds1-1/+1
2007-11-04Merge branch 'np/pack'Libravatar Junio C Hamano1-7/+12
2007-11-02pack-objects: get rid of an ugly castLibravatar Nicolas Pitre1-6/+6
2007-11-02make the pack index version configurableLibravatar Nicolas Pitre1-0/+6
2007-10-30add throughput display to git-pushLibravatar Nicolas Pitre1-1/+1
2007-10-30relax usage of the progress APILibravatar Nicolas Pitre1-12/+6
2007-10-30make struct progress an opaque typeLibravatar Nicolas Pitre1-8/+8
2007-10-18Change 'Deltifying objects' to 'Compressing objects'Libravatar Shawn O. Pearce1-1/+1