25 Commits (e5fa45c159241b609bce40fa7a8687796e4b941d)

Author SHA1 Message Date
Junio C Hamano 4947367267 list-objects: pass callback data to show_objects() 14 years ago
Michael Haggerty d932f4eb9f Rename git_checkattr() to git_check_attr() 14 years ago
Junio C Hamano 1b4bb16b9e pack-objects: optimize "recency order" 14 years ago
Junio C Hamano ef49a7a012 zlib: zlib can only process 4GB at a time 14 years ago
Junio C Hamano 225a6f1068 zlib: wrap deflateBound() too 14 years ago
Junio C Hamano 55bb5c9147 zlib: wrap deflate side of the API 14 years ago
Junio C Hamano 15366280c2 Teach core.bigfilethreashold to pack-objects 14 years ago
Junio C Hamano ebcfb3791a write_idx_file: introduce a struct to hold idx customization options 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 14 years ago
Nicolas Pitre 71064a956b make pack-objects a bit more resilient to repo corruption 14 years ago
Štěpán Němec 884220653f Put a space between `<' and argument in pack-objects usage string 14 years ago
Štěpán Němec 0adda9362a Use parentheses and `...' where appropriate 14 years ago
Štěpán Němec 62b4698e55 Use angles for placeholders consistently 14 years ago
Erik Faye-Lund c03c83152d do not depend on signed integer overflow 14 years ago
Johannes Schindelin 8695353147 Fix typo in pack-objects' usage 14 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 15 years ago
Nicolas Pitre ef0555712c pack-objects: move thread autodetection closer to relevant code 15 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