86 Commits (72bb989d6e15f1ff443454b5836358ced1dc5bea)

Author SHA1 Message Date
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Geert Bosch aa7e44bf57 Unify write_index_file functions 18 years ago
Nicolas Pitre 5476a8adcc fix repack with --max-pack-size 18 years ago
Martin Koegler e3dfddb377 builtin-pack-object: cache small deltas 18 years ago
Martin Koegler 074b2eea29 git-pack-objects: cache small deltas between big objects 18 years ago
Martin Koegler a588d88aaf builtin-pack-objects: don't fail, if delta is not possible 18 years ago
Dana How 01c12a2312 pack-objects: clarification & option checks for --max-pack-size 18 years ago
Junio C Hamano 6315d52a84 builtin-pack-objects: remove unnecessary code for no-delta 18 years ago
Junio C Hamano a74db82e15 Teach "delta" attribute to pack-objects. 18 years ago
Junio C Hamano bc32fed551 pack-objects: pass fullname down to add_object_entry() 18 years ago
Dana L. How 6b94b1a09a git-repack --max-pack-size: add option parsing to enable feature 18 years ago
Dana L. How ebe27b137c git-repack --max-pack-size: split packs as asked by write_{object,one}() 18 years ago
Dana L. How 17b08f2cd0 git-repack --max-pack-size: write_{object,one}() respect pack limit 18 years ago
Dana L. How d01fb92f8d git-repack --max-pack-size: new file statics and code restructuring 18 years ago
Dana How 960ccca680 Custom compression levels for objects and packs 18 years ago
Nicolas Pitre 726f852b0e deprecate the new loose object header format 18 years ago
Nicolas Pitre fa736f72b0 allow for undeltified objects not to be reused 18 years ago
Theodore Ts'o 618e613a70 Increase pack.depth default to 50 18 years ago
Theodore Ts'o 842aaf9323 Add pack.depth option to git-pack-objects. 18 years ago
Alex Riesen 3082acfa7c Use GIT_OBJECT_DIR for temporary files of pack-objects 18 years ago
Nicolas Pitre 13aaf14825 make progress "title" part of the common progress interface 18 years ago
Nicolas Pitre 96a02f8f6d common progress display support 18 years ago
Junio C Hamano d83c9af5c6 pack-objects: make generated packfile read-only 18 years ago
Junio C Hamano b6b32ccb92 Fix 'quickfix' on pack-objects. 18 years ago
Junio C Hamano aef5aedd85 pack-objects: quickfix for permission modes. 18 years ago
Nicolas Pitre e4d58311ba pack-objects: remove obsolete comments 18 years ago
Nicolas Pitre 5c49c11686 pack-objects: better check_object() performances 18 years ago
Nicolas Pitre a3fbf4dfe1 pack-objects: make in_pack_header_size a variable of its own 18 years ago
Nicolas Pitre 81a216a5d6 pack-objects: get rid of create_final_object_list() 18 years ago
Nicolas Pitre f7ae6a930a pack-objects: get rid of reuse_cached_pack 18 years ago
Nicolas Pitre 9668cf59a8 pack-objects: clean up list sorting 18 years ago
Nicolas Pitre 898b14cedc pack-objects: rework check_delta_limit usage 18 years ago
Nicolas Pitre adcc70950e pack-objects: equal objects in size should delta against newer objects 18 years ago
Nicolas Pitre 8a5a8d6c97 pack-objects: optimize preferred base handling a bit 18 years ago
Nicolas Pitre 29b734e478 clean up add_object_entry() 18 years ago
Nicolas Pitre 91ecbeca48 validate reused pack data with CRC when possible 18 years ago
Nicolas Pitre 4ba7d71153 allow forcing index v2 and 64-bit offset treshold 18 years ago
Nicolas Pitre c553ca25bd pack-objects: learn about pack index version 2 18 years ago
Nicolas Pitre 78d1e84fe5 compute a CRC32 for each object as stored in a pack 18 years ago
Nicolas Pitre d7dd02231f add overflow tests on pack offset variables 18 years ago
Nicolas Pitre 8723f21626 make overflow test on delta base offset work regardless of variable size 18 years ago
Nicolas Pitre 57059091fa get rid of num_packed_objects() 18 years ago
Nicolas Pitre d72308e01c clean up and optimize nth_packed_object_sha1() usage 18 years ago
Linus Torvalds 6fda5e5180 Initialize tree descriptors with a helper function rather than by hand. 18 years ago
Linus Torvalds a8c40471ab Remove "pathlen" from "struct name_entry" 18 years ago
Nicolas Pitre 4287307833 [PATCH] clean up pack index handling a bit 18 years ago
Shawn O. Pearce 6777a59fcd Use off_t in pack-objects/fast-import when we mean an offset 18 years ago
Shawn O. Pearce 7cadf491c6 Use uint32_t for pack-objects counters. 18 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Nicolas Pitre df8436622f formalize typename(), and add its reverse type_from_string() 18 years ago