aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/pack-objects.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-08-26Merge branch 'tb/pseudo-merge-bitmap-fixes'Junio C Hamano1-4/+4
2024-08-15pack-bitmap: drop redundant args from `bitmap_writer_finish()`Taylor Blau1-1/+1
2024-08-15pack-bitmap: drop redundant args from `bitmap_writer_build()`Taylor Blau1-1/+1
2024-08-15pack-bitmap: drop redundant args from `bitmap_writer_build_type_index()`Taylor Blau1-1/+1
2024-08-15pack-bitmap: initialize `bitmap_writer_init()` with packing_dataTaylor Blau1-1/+1
2024-08-09refs: add referent to each_ref_fnJohn Cai1-2/+3
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-1/+2
2024-06-24Merge branch 'tb/pseudo-merge-reachability-bitmap'Junio C Hamano1-1/+2
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-1/+2
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano1-3/+3
2024-05-28Merge branch 'tb/pack-bitmap-write-cleanups'Junio C Hamano1-6/+13
2024-05-24pack-bitmap: move some initialization to `bitmap_writer_init()`Taylor Blau1-1/+2
2024-05-17refs: pass repo when peeling objectsPatrick Steinhardt1-3/+3
2024-05-15pack-bitmap: introduce `bitmap_writer_free()`Taylor Blau1-1/+2
2024-05-15pack-bitmap: drop unused `max_bitmaps` parameterTaylor Blau1-2/+1
2024-05-15pack-bitmap: avoid use of static `bitmap_writer`Taylor Blau1-6/+13
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-3/+7
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-2/+4
2024-02-05pack-objects: enable multi-pack reuse via `feature.experimental`Taylor Blau1-0/+2
2024-01-12Merge branch 'tb/multi-pack-verbatim-reuse'Junio C Hamano1-35/+134
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-3/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-3/+0
2023-12-14pack-bitmap: enable reuse from all bitmapped packsTaylor Blau1-1/+5
2023-12-14pack-objects: allow setting `pack.allowPackReuse` to "single"Taylor Blau1-3/+16
2023-12-14pack-objects: add tracing for various packfile metricsTaylor Blau1-0/+7
2023-12-14pack-objects: include number of packs reused in outputTaylor Blau1-2/+6
2023-12-14pack-objects: prepare `write_reused_pack_verbatim()` for multi-pack reuseTaylor Blau1-13/+60
2023-12-14pack-objects: prepare `write_reused_pack()` for multi-pack reuseTaylor Blau1-2/+8
2023-12-14pack-objects: pass `bitmapped_pack`'s to pack-reuse functionsTaylor Blau1-16/+17
2023-12-14pack-objects: keep track of `pack_start` for each reuse packTaylor Blau1-3/+8
2023-12-14pack-objects: parameterize pack-reuse routines over a single packTaylor Blau1-6/+10
2023-12-14pack-bitmap: return multiple packs via `reuse_partial_packfile_from_bitmap()`Taylor Blau1-2/+7
2023-12-14pack-bitmap: simplify `reuse_partial_packfile_from_bitmap()` signatureTaylor Blau1-7/+9
2023-12-14pack-objects: free packing_data in more placesTaylor Blau1-0/+1
2023-12-09config: handle NULL value when parsing non-boolsJeff King1-1/+5
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman1-2/+4
2023-10-02pack-objects: allow `--filter` without `--stdout`Christian Couder1-6/+2
2023-09-13Merge branch 'jk/unused-post-2.42-part2'Junio C Hamano1-12/+15
2023-09-05parse-options: mark unused "opt" parameter in callbacksJeff King1-3/+3
2023-09-05parse-options: prefer opt->value to globals in callbacksJeff King1-9/+12
2023-08-29builtin/pack-objects.c: support `--max-pack-size` with `--cruft`Taylor Blau1-3/+1
2023-08-29builtin/pack-objects.c: remove unnecessary strbuf_reset()Taylor Blau1-1/+0
2023-07-28Merge branch 'rs/pack-objects-parseopt-fix'Junio C Hamano1-4/+17
2023-07-21pack-objects: fix --no-quietRené Scharfe1-2/+15
2023-07-21pack-objects: fix --no-keep-true-parentsRené Scharfe1-2/+2
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-2/+0
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-9/+10
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-1/+1