summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
AgeCommit message (Expand)Author
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-02-05pack-objects: enable multi-pack reuse via `feature.experimental`Taylor Blau
2024-01-13Merge branch 'tb/multi-pack-verbatim-reuse'Junio C Hamano
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-14pack-bitmap: enable reuse from all bitmapped packsTaylor Blau
2023-12-14pack-objects: allow setting `pack.allowPackReuse` to "single"Taylor Blau
2023-12-14pack-objects: add tracing for various packfile metricsTaylor Blau
2023-12-14pack-objects: include number of packs reused in outputTaylor Blau
2023-12-14pack-objects: prepare `write_reused_pack_verbatim()` for multi-pack reuseTaylor Blau
2023-12-14pack-objects: prepare `write_reused_pack()` for multi-pack reuseTaylor Blau
2023-12-14pack-objects: pass `bitmapped_pack`'s to pack-reuse functionsTaylor Blau
2023-12-14pack-objects: keep track of `pack_start` for each reuse packTaylor Blau
2023-12-14pack-objects: parameterize pack-reuse routines over a single packTaylor Blau
2023-12-14pack-bitmap: return multiple packs via `reuse_partial_packfile_from_bitmap()`Taylor Blau
2023-12-14pack-bitmap: simplify `reuse_partial_packfile_from_bitmap()` signatureTaylor Blau
2023-12-14pack-objects: free packing_data in more placesTaylor Blau
2023-12-08config: handle NULL value when parsing non-boolsJeff King
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman
2023-10-02pack-objects: allow `--filter` without `--stdout`Christian Couder
2023-09-13Merge branch 'jk/unused-post-2.42-part2'Junio C Hamano
2023-09-05parse-options: mark unused "opt" parameter in callbacksJeff King
2023-09-05parse-options: prefer opt->value to globals in callbacksJeff King
2023-08-29builtin/pack-objects.c: support `--max-pack-size` with `--cruft`Taylor Blau
2023-08-29builtin/pack-objects.c: remove unnecessary strbuf_reset()Taylor Blau
2023-07-28Merge branch 'rs/pack-objects-parseopt-fix'Junio C Hamano
2023-07-21pack-objects: fix --no-quietRené Scharfe
2023-07-21pack-objects: fix --no-keep-true-parentsRené Scharfe
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-28config: pass kvi to die_bad_number()Glen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-22Merge branch 'ds/disable-replace-refs'Junio C Hamano
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-12repository: create disable_replace_refs()Derrick Stolee
2023-05-06attr: teach "--attr-source=<tree>" global option to "git"John Cai
2023-04-27Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano
2023-04-25Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-14pack-objects: fix error when same packfile is included and excludedPatrick Steinhardt
2023-04-14pack-objects: fix error when packing same pack twicePatrick Steinhardt
2023-04-13t: invert `GIT_TEST_WRITE_REV_INDEX`Taylor Blau
2023-04-13config: enable `pack.writeReverseIndex` by defaultTaylor Blau
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano