summaryrefslogtreecommitdiff
path: root/builtin-pack-objects.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+1
2007-06-02Unify write_index_file functionsLibravatar Geert Bosch1-170/+52
2007-05-30fix repack with --max-pack-sizeLibravatar Nicolas Pitre1-18/+11
2007-05-29builtin-pack-object: cache small deltasLibravatar Martin Koegler1-0/+8
2007-05-29git-pack-objects: cache small deltas between big objectsLibravatar Martin Koegler1-15/+54
2007-05-29builtin-pack-objects: don't fail, if delta is not possibleLibravatar Martin Koegler1-2/+6
2007-05-29Merge branch 'dh/repack' (early part)Libravatar Junio C Hamano1-105/+224
2007-05-23pack-objects: clarification & option checks for --max-pack-sizeLibravatar Dana How1-0/+9
2007-05-22builtin-pack-objects: remove unnecessary code for no-deltaLibravatar Junio C Hamano1-2/+0
2007-05-21Teach "delta" attribute to pack-objects.Libravatar Junio C Hamano1-1/+34
2007-05-21pack-objects: pass fullname down to add_object_entry()Libravatar Junio C Hamano1-13/+14
2007-05-20git-repack --max-pack-size: add option parsing to enable featureLibravatar Dana L. How1-1/+8
2007-05-20git-repack --max-pack-size: split packs as asked by write_{object,one}()Libravatar Dana L. How1-49/+71
2007-05-20git-repack --max-pack-size: write_{object,one}() respect pack limitLibravatar Dana L. How1-27/+104
2007-05-20git-repack --max-pack-size: new file statics and code restructuringLibravatar Dana L. How1-32/+36
2007-05-20Merge branch 'dh/pack'Libravatar Junio C Hamano1-1/+27
2007-05-10Custom compression levels for objects and packsLibravatar Dana How1-2/+31
2007-05-10deprecate the new loose object header formatLibravatar Nicolas Pitre1-69/+0
2007-05-10allow for undeltified objects not to be reusedLibravatar Nicolas Pitre1-8/+14
2007-05-08Increase pack.depth default to 50Libravatar Theodore Ts'o1-1/+1
2007-05-08Add pack.depth option to git-pack-objects.Libravatar Theodore Ts'o1-1/+5
2007-05-07Use GIT_OBJECT_DIR for temporary files of pack-objectsLibravatar Alex Riesen1-6/+8
2007-04-22make progress "title" part of the common progress interfaceLibravatar Nicolas Pitre1-12/+7
2007-04-22common progress display supportLibravatar Nicolas Pitre1-62/+21
2007-04-22pack-objects: make generated packfile read-onlyLibravatar Junio C Hamano1-1/+1
2007-04-22Fix 'quickfix' on pack-objects.Libravatar Junio C Hamano1-2/+14
2007-04-22pack-objects: quickfix for permission modes.Libravatar Junio C Hamano1-0/+6
2007-04-19pack-objects: remove obsolete commentsLibravatar Nicolas Pitre1-11/+3
2007-04-16pack-objects: better check_object() performancesLibravatar Nicolas Pitre1-80/+126
2007-04-16pack-objects: make in_pack_header_size a variable of its ownLibravatar Nicolas Pitre1-14/+12
2007-04-16pack-objects: get rid of create_final_object_list()Libravatar Nicolas Pitre1-55/+72
2007-04-16pack-objects: get rid of reuse_cached_packLibravatar Nicolas Pitre1-72/+14
2007-04-16pack-objects: clean up list sortingLibravatar Nicolas Pitre1-31/+22
2007-04-16pack-objects: rework check_delta_limit usageLibravatar Nicolas Pitre1-44/+32
2007-04-16pack-objects: equal objects in size should delta against newer objectsLibravatar Nicolas Pitre1-1/+1
2007-04-16pack-objects: optimize preferred base handling a bitLibravatar Nicolas Pitre1-15/+12
2007-04-11clean up add_object_entry()Libravatar Nicolas Pitre1-27/+25
2007-04-10validate reused pack data with CRC when possibleLibravatar Nicolas Pitre1-12/+34
2007-04-10allow forcing index v2 and 64-bit offset tresholdLibravatar Nicolas Pitre1-3/+17
2007-04-10pack-objects: learn about pack index version 2Libravatar Nicolas Pitre1-12/+87
2007-04-10compute a CRC32 for each object as stored in a packLibravatar Nicolas Pitre1-0/+6
2007-04-10add overflow tests on pack offset variablesLibravatar Nicolas Pitre1-6/+13
2007-04-10make overflow test on delta base offset work regardless of variable sizeLibravatar Nicolas Pitre1-1/+1
2007-04-10get rid of num_packed_objects()Libravatar Nicolas Pitre1-2/+2
2007-04-05clean up and optimize nth_packed_object_sha1() usageLibravatar Nicolas Pitre1-1/+1
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Libravatar Linus Torvalds1-4/+2
2007-03-21Remove "pathlen" from "struct name_entry"Libravatar Linus Torvalds1-1/+1
2007-03-16[PATCH] clean up pack index handling a bitLibravatar Nicolas Pitre1-6/+8
2007-03-07Use off_t in pack-objects/fast-import when we mean an offsetLibravatar Shawn O. Pearce1-26/+26
2007-03-07Use uint32_t for pack-objects counters.Libravatar Shawn O. Pearce1-33/+30