245 Commits (837d395a5c0b98ab938d71db8e2b6b9f69ddcc4d)

Author SHA1 Message Date
Nicolas Pitre b81d9af71e fix threaded delta search locking 18 years ago
Nicolas Pitre 367f4a4343 threaded delta search: specify number of threads at run time 18 years ago
Nicolas Pitre 59921b4b3f threaded delta search: better chunck split point 18 years ago
Nicolas Pitre c2a33679a7 threaded delta search: refine work allocation 18 years ago
Nicolas Pitre 8ecce684a3 basic threaded delta search 18 years ago
Nicolas Pitre e334977dfa rearrange delta search progress reporting 18 years ago
Nicolas Pitre ef0316fcd9 localize window memory usage accounting 18 years ago
Nicolas Pitre 75d3985319 straighten the list of objects to deltify 18 years ago
Junio C Hamano 776398709d Keep last used delta base in the delta window 18 years ago
Nicolas Pitre 9e2d57a04a fix same sized delta logic 18 years ago
Junio C Hamano 2e3404c324 pack-objects: check return value from read_sha1_file() 18 years ago
Linus Torvalds 1211be6bed Make thin-pack generation subproject aware. 18 years ago
Nicolas Pitre d250626cbb pack-objects: remove bogus arguments to delta_cacheable() 18 years ago
Luiz Fernando N. Capitulino 7647b17f1d Use xmkstemp() instead of mkstemp() 18 years ago
Nicolas Pitre 7d7baa5e15 Pack-objects: properly initialize the depth value 18 years ago
Nicolas Pitre 5a235b5ed0 reduce git-pack-objects memory usage a little more 18 years ago
Brian Downing a97773ce7e Add pack-objects window memory usage limit 18 years ago
Brian Downing a1dab41af4 Don't try to delta if target is much smaller than source 18 years ago
Nicolas Pitre c83f032e09 apply delta depth bias to already deltified objects 18 years ago
Brian Downing 848d732c10 pack-objects: Prefer shallower deltas if the size is equal 18 years ago
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