14 Commits (8fba5f985263efd46e94f392ce618de6adc1c3d5)

Author SHA1 Message Date
Junio C Hamano 15366280c2 Teach core.bigfilethreashold to pack-objects 14 years ago
Junio C Hamano b361888dd5 thread-utils.h: simplify the inclusion 14 years ago
Jonathan Nieder bc9b21755e pack-objects: mark file-local variable static 15 years ago
Nicolas Pitre 71064a956b make pack-objects a bit more resilient to repo corruption 15 years ago
Štěpán Němec 884220653f Put a space between `<' and argument in pack-objects usage string 15 years ago
Štěpán Němec 0adda9362a Use parentheses and `...' where appropriate 15 years ago
Štěpán Němec 62b4698e55 Use angles for placeholders consistently 15 years ago
Erik Faye-Lund c03c83152d do not depend on signed integer overflow 15 years ago
Johannes Schindelin 8695353147 Fix typo in pack-objects' usage 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Michael Lukashov 1b22b6c897 refactor duplicated encode_header in pack-objects and fast-import 15 years ago
Nicolas Pitre 720c9f7bda Revert "pack-objects: fix pack generation when using pack_size_limit" 15 years ago
Nicolas Pitre 07cf0f2407 make --max-pack-size argument to 'git pack-object' count in bytes 15 years ago
Nicolas Pitre a2430dde8c pack-objects: fix pack generation when using pack_size_limit 15 years ago
Dan McGee 7eb151d6e2 Make NO_PTHREADS the sole thread configuration variable 15 years ago
Linus Torvalds 3bb7256281 make "index-pack" a built-in 15 years ago
Junio C Hamano 7fb0eaa289 git_attr(): fix function signature 15 years ago
Andrzej K. Haczewski 44626dc7d5 MSVC: Windows-native implementation for subset of Pthreads API 15 years ago
Nicolas Pitre 4f36627518 pack-objects: split implications of --all-progress from progress activation 16 years ago
Nicolas Pitre ef0555712c pack-objects: move thread autodetection closer to relevant code 16 years ago
Thiago Farina 812bdbc31b pack-objects: remove SP at the end of usage string 16 years ago
Nicolas Pitre 0ef95f72f8 pack-objects: free preferred base memory after usage 16 years ago
Junio C Hamano dcda3614d4 builtin-pack-objects.c: avoid vla 16 years ago
Brian Gianforcaro eeefa7c90e Style fixes, add a space after if/for/while. 16 years ago
Nicolas Pitre 5749b0b2f9 don't let the delta cache grow unbounded in 'git repack' 16 years ago
Johannes Schindelin 7f3140cd23 git repack: keep commits hidden by a graft 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Linus Torvalds 48fb7deb5b Fix big left-shifts of unsigned char 16 years ago
Christian Couder dae556bdb1 environment: add global variable to disable replacement 16 years ago
Mike Ralphson 3ea3c215c0 Fix typos / spelling in comments 16 years ago
Linus Torvalds 8d2dfc49b1 process_{tree,blob}: show objects without buffering 16 years ago
Linus Torvalds cf2ab916af show_object(): push path_name() call further down 16 years ago
Linus Torvalds 213152688c process_{tree,blob}: Remove useless xstrdup calls 16 years ago
Dan McGee b6c29915d2 Update delta compression message to be less misleading 16 years ago
Christian Couder 11c211fa06 list-objects: add "void *data" parameter to show functions 16 years ago
Nicolas Pitre 720fe22d50 avoid possible overflow in delta size filtering computation 16 years ago
Brandon Casey 094085e336 pack-objects: don't loosen objects available in alternate or kept packs 16 years ago
Brandon Casey 4d6acb7041 Remove --kept-pack-only option and associated infrastructure 16 years ago
Brandon Casey 79bc4c7155 pack-objects: only repack or loosen objects residing in "local" packs 16 years ago
Junio C Hamano 69e020ae00 is_kept_pack(): final clean-up 16 years ago
Junio C Hamano 03a9683d22 Simplify is_kept_pack() 16 years ago
Junio C Hamano 386cb77210 Consolidate ignore_packed logic more 16 years ago
Junio C Hamano 6e180cdcec Make sure objects/pack exists before creating a new pack 16 years ago
Linus Torvalds 39c68542fc Wrap inflate and other zlib routines for better error reporting 16 years ago
Nicolas Pitre bf87489624 pack-objects: don't use too many threads with few objects 16 years ago
Nicolas Pitre 43cc2b4266 autodetect number of CPUs by default when using threads 16 years ago
Nicolas Pitre c74faea19e make sure packs to be replaced are closed beforehand 16 years ago
Nicolas Pitre a1e4760fcf Fix pack.packSizeLimit and --max-pack-size handling 17 years ago
Brandon Casey daae062595 pack-objects: extend --local to mean ignore non-local loose objects too 17 years ago
Brandon Casey e96fb9b8f9 pack-objects: new option --honor-pack-keep 17 years ago