aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-pack-objects.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-05straighten the list of objects to deltifyNicolas Pitre1-35/+42
2007-09-01Keep last used delta base in the delta windowJunio C Hamano1-2/+23
2007-08-30fix same sized delta logicNicolas Pitre1-4/+8
2007-08-25pack-objects: check return value from read_sha1_file()Junio C Hamano1-0/+6
2007-08-19Make thin-pack generation subproject aware.Linus Torvalds1-0/+2
2007-08-15pack-objects: remove bogus arguments to delta_cacheable()Nicolas Pitre1-4/+3
2007-08-14Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino1-3/+1
2007-07-12Pack-objects: properly initialize the depth valueNicolas Pitre1-0/+1
2007-07-12reduce git-pack-objects memory usage a little moreNicolas Pitre1-10/+9
2007-07-12Add pack-objects window memory usage limitBrian Downing1-8/+44
2007-07-12Don't try to delta if target is much smaller than sourceBrian Downing1-0/+2
2007-07-12apply delta depth bias to already deltified objectsNicolas Pitre1-4/+10
2007-07-08pack-objects: Prefer shallower deltas if the size is equalBrian Downing1-1/+7
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-06-02Unify write_index_file functionsGeert Bosch1-170/+52
2007-05-30fix repack with --max-pack-sizeNicolas Pitre1-18/+11
2007-05-29builtin-pack-object: cache small deltasMartin Koegler1-0/+8
2007-05-29git-pack-objects: cache small deltas between big objectsMartin Koegler1-15/+54
2007-05-29builtin-pack-objects: don't fail, if delta is not possibleMartin Koegler1-2/+6
2007-05-29Merge branch 'dh/repack' (early part)Junio C Hamano1-105/+224
2007-05-23pack-objects: clarification & option checks for --max-pack-sizeDana How1-0/+9
2007-05-22builtin-pack-objects: remove unnecessary code for no-deltaJunio C Hamano1-2/+0
2007-05-21Teach "delta" attribute to pack-objects.Junio C Hamano1-1/+34
2007-05-21pack-objects: pass fullname down to add_object_entry()Junio C Hamano1-13/+14
2007-05-20git-repack --max-pack-size: add option parsing to enable featureDana L. How1-1/+8
2007-05-20git-repack --max-pack-size: split packs as asked by write_{object,one}()Dana L. How1-49/+71
2007-05-20git-repack --max-pack-size: write_{object,one}() respect pack limitDana L. How1-27/+104
2007-05-20git-repack --max-pack-size: new file statics and code restructuringDana L. How1-32/+36
2007-05-20Merge branch 'dh/pack'Junio C Hamano1-1/+27
2007-05-10Custom compression levels for objects and packsDana How1-2/+31
2007-05-10deprecate the new loose object header formatNicolas Pitre1-69/+0
2007-05-10allow for undeltified objects not to be reusedNicolas Pitre1-8/+14
2007-05-08Increase pack.depth default to 50Theodore Ts'o1-1/+1
2007-05-08Add pack.depth option to git-pack-objects.Theodore Ts'o1-1/+5
2007-05-07Use GIT_OBJECT_DIR for temporary files of pack-objectsAlex Riesen1-6/+8
2007-04-22make progress "title" part of the common progress interfaceNicolas Pitre1-12/+7
2007-04-22common progress display supportNicolas Pitre1-62/+21
2007-04-22pack-objects: make generated packfile read-onlyJunio C Hamano1-1/+1
2007-04-22Fix 'quickfix' on pack-objects.Junio C Hamano1-2/+14
2007-04-22pack-objects: quickfix for permission modes.Junio C Hamano1-0/+6
2007-04-19pack-objects: remove obsolete commentsNicolas Pitre1-11/+3
2007-04-16pack-objects: better check_object() performancesNicolas Pitre1-80/+126
2007-04-16pack-objects: make in_pack_header_size a variable of its ownNicolas Pitre1-14/+12
2007-04-16pack-objects: get rid of create_final_object_list()Nicolas Pitre1-55/+72
2007-04-16pack-objects: get rid of reuse_cached_packNicolas Pitre1-72/+14