120 Commits (a745a58adeb57107ed884bcc07c915409b9877cb)

Author SHA1 Message Date
Michael Haggerty d155254c73 builtin/pack-objects: rewrite to take an object_id argument 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Jeff King 319b678a7b sha1_file: squelch "packfile cannot be accessed" warnings 10 years ago
René Scharfe 9a6f1287fb zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} 10 years ago
brian m. carlson 2dacf26d09 pack-objects: use --objects-edge-aggressive for shallow repos 10 years ago
brian m. carlson 1684c1b219 rev-list: add an option to mark fewer edges as uninteresting 10 years ago
Jeff King 2113471478 pack-objects: turn off bitmaps when we split packs 10 years ago
Jeff King b1e757f363 pack-objects: double-check options before discarding objects 10 years ago
Jeff King c90f9e13ab repack: pack objects mentioned by the index 10 years ago
Jeff King edfbb2aa53 pack-objects: use argv_array 10 years ago
Jeff King abcb86553d pack-objects: match prune logic for discarding objects 10 years ago
Jeff King d0d46abc16 pack-objects: refactor unpack-unreachable expiration check 10 years ago
Junio C Hamano 0c45d258ec pack-objects: set number of threads before checking and warning 10 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 11 years ago
Jeff King f7f91086a3 pack-objects: turn off bitmaps when we see --shallow lines 11 years ago
Jeff King 15a906c5e9 pack-objects: stop respecting pack.writebitmaps 11 years ago
Jeff King 69e4b3426a pack-objects: do not reuse packfiles without --delta-base-offset 11 years ago
Justin Lebar 01689909eb comments: fix misuses of "nor" 11 years ago
Jeff King 373c67da1d pack-objects: turn off bitmaps when skipping objects 11 years ago
Jeff King 78d2214eb4 pack-objects: show reused packfile objects in "Counting objects" 11 years ago
Jeff King 657673f125 pack-objects: show progress for reused packfiles 11 years ago
Nguyễn Thái Ngọc Duy b790e0f67c upload-pack: send shallow info over stdin to pack-objects 11 years ago
Dmitry S. Dolzhenko 25e1940709 builtin/pack-objects.c: use ALLOC_GROW() in check_pbase_path() 11 years ago
Sun He 5889271114 finish_tmp_packfile():use strbuf for pathname construction 11 years ago
Sun He 0eea5a6e91 write_pack_file: use correct variable in diagnostic 11 years ago
Nguyễn Thái Ngọc Duy 754dbc43f0 i18n: mark all progress lines for translation 11 years ago
Michael Haggerty afc711b8e1 rename read_replace_refs to check_replace_refs 11 years ago
Vicent Marti ae4f07fbcc pack-bitmap: implement optional name_hash cache 11 years ago
Vicent Marti 7cc8f97108 pack-objects: implement bitmap writing 11 years ago
Vicent Marti 6b8fda2db1 pack-objects: use bitmaps when packing objects 11 years ago
Jeff King ce2bc42456 pack-objects: split add_object_entry 11 years ago
Jeff King 9af270e8c2 do not pretend sha1write returns errors 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Vicent Marti 68fb36eb92 pack-objects: factor out name_hash 11 years ago
Vicent Marti 2834bc27c1 pack-objects: refactor the packing list 11 years ago
Nguyễn Thái Ngọc Duy e76a5fb459 list-objects: reduce one argument in mark_edges_uninteresting 12 years ago
Brandon Casey 7c3ecb3254 Don't close pack fd when free'ing pack windows 12 years ago
Junio C Hamano 63cdcfa40f pack-objects: shrink struct object_entry 12 years ago
Jeff King e6dbffa67b peel_ref: do not return a null sha1 13 years ago
Nguyễn Thái Ngọc Duy 4c6881204b i18n: pack-objects: mark parseopt strings for translation 13 years ago
Junio C Hamano 8e676e8ba5 revision.c: allow handle_revision_arg() to take other flags 13 years ago
Nguyễn Thái Ngọc Duy cf2ba13ac6 pack-objects: use streaming interface for reading large loose blobs 13 years ago
Nguyễn Thái Ngọc Duy c9018b0305 pack-objects: refactor write_object() into helper functions 13 years ago
Nguyễn Thái Ngọc Duy 754980d023 pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .." 13 years ago
Jeff King 7e52f5660e gc: do not explode objects which will be immediately pruned 13 years ago
Michał Kiedrowicz 2b34e486bc pack-objects: Fix compilation with NO_PTHREDS 13 years ago
Nguyễn Thái Ngọc Duy 99fb6e04cb pack-objects: convert to use parse_options() 13 years ago
Nguyễn Thái Ngọc Duy 3a2ec52e99 pack-objects: remove bogus comment 13 years ago
Nguyễn Thái Ngọc Duy 6a301345a5 pack-objects: do not accept "--index-version=version," 13 years ago
Jeff King 15f07e061e thin-pack: try harder to use preferred base objects as base 13 years ago