summaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-16builtin/repack.c: pass "packtmp" to `generated_pack_populate()`Taylor Blau1-3/+4
2025-10-16builtin/repack.c: factor out "generated_pack_install"Taylor Blau1-30/+35
2025-10-16builtin/repack.c: rename "struct generated_pack_data"Taylor Blau1-16/+16
2025-10-16repack: remove 'existing_packs' API from the builtinTaylor Blau3-173/+192
2025-10-16builtin/repack.c: avoid unnecessary numeric casts in existing_packsTaylor Blau1-2/+2
2025-10-16builtin/repack.c: pass "packdir" when removing packsTaylor Blau1-5/+9
2025-10-16repack: remove 'remove_redundant_pack' from the builtinTaylor Blau3-16/+23
2025-10-16builtin/repack.c: rename many 'struct existing_packs' functionsTaylor Blau1-32/+34
2025-10-16repack: remove 'prepare_pack_objects' from the builtinTaylor Blau3-34/+40
2025-10-16repack: move 'delta_base_offset' to 'struct pack_objects_args'Taylor Blau2-5/+9
2025-10-16builtin/repack.c: pass both pack_objects args to repack_configTaylor Blau1-2/+13
2025-10-16repack: introduce new compilation unitTaylor Blau5-24/+37
2025-10-16builtin/repack.c: avoid using `hash_to_hex()` in pack geometryTaylor Blau1-1/+3
2025-10-16builtin/repack.c: avoid "the_hash_algo" in `finish_pack_objects_cmd()`Taylor Blau1-5/+8
2025-10-16builtin/repack: avoid "the_hash_algo" in `repack_promisor_objects()`Taylor Blau1-1/+1
2025-10-16builtin/repack.c: avoid "the_hash_algo" in `write_oid()`Taylor Blau1-3/+12
2025-10-16builtin/repack.c: avoid "the_hash_algo" when deleting packsTaylor Blau1-4/+6
2025-10-16builtin/repack.c: avoid "the_repository" when repacking promisor objectsTaylor Blau1-3/+4
2025-10-16builtin/repack.c: avoid "the_repository" when removing packsTaylor Blau1-8/+10
2025-10-16builtin/repack.c: avoid "the_repository" when taking a ref snapshotTaylor Blau1-7/+9
2025-10-16builtin/repack.c: avoid "the_repository" in existing packs APITaylor Blau1-3/+5
2025-10-16builtin/repack.c: avoid "the_repository" in `cmd_repack()`Taylor Blau1-15/+16
2025-10-16RelNotes: sync with Git 2.51.1 fixupsKristoffer Haugsbakk1-5/+5
2025-10-16build(deps): bump actions/github-script from 7 to 8Johannes Schindelin1-1/+1
2025-10-16build(deps): bump actions/setup-python from 5 to 6Johannes Schindelin1-2/+2
2025-10-16build(deps): bump actions/checkout from 4 to 5Johannes Schindelin4-14/+14
2025-10-16build(deps): bump actions/download-artifact from 4 to 5Johannes Schindelin1-3/+3
2025-10-15t2401: update path checks using test_path helpersSolly1-17/+17
2025-10-15doc: git-pull: clarify how to exit a conflicted mergeJulia Evans1-9/+3
2025-10-15doc: git-pull: delete the exampleJulia Evans1-26/+0
2025-10-15doc: git-pull: clarify options for integrating remote branchJulia Evans1-11/+20
2025-10-15doc: git-pull: move <repository> and <refspec> paramsJulia Evans2-11/+22
2025-10-15Git 2.51.1v2.51.1Junio C Hamano2-1/+54
2025-10-15RelNotes: minor fixups before 2.51.1Kristoffer Haugsbakk1-7/+7
2025-10-15refs/files: deprecate writing symrefs as symbolic linksPatrick Steinhardt4-5/+63
2025-10-15rust: support for WindowsPatrick Steinhardt4-5/+26
2025-10-15ci: verify minimum supported Rust versionPatrick Steinhardt3-0/+14
2025-10-15ci: check for common Rust mistakes via ClippyPatrick Steinhardt2-1/+6
2025-10-15rust/varint: add safety commentsPatrick Steinhardt1-0/+15
2025-10-15ci: check formatting of our Rust codePatrick Steinhardt4-0/+43
2025-10-15ci: deduplicate calls to `apt-get update`Patrick Steinhardt1-4/+0
2025-10-14Prepare for 2.51.1Junio C Hamano2-1/+47
2025-10-14The nineteenth batchJunio C Hamano1-0/+22
2025-10-13The eighteenth batchJunio C Hamano1-0/+11
2025-10-13builtin/cat-file.c: simplify calling `report_object_status()`Taylor Blau1-1/+1
2025-10-13doc: patch-id: convert to the modern synopsis styleKristoffer Haugsbakk1-11/+11
2025-10-13fast-import: add '--signed-tags=<mode>' optionChristian Couder4-0/+129
2025-10-13fast-export: handle all kinds of tag signaturesChristian Couder2-4/+39
2025-10-13t9350: properly count annotated tagsChristian Couder1-4/+8
2025-10-13lib-gpg: allow tests with GPGSM or GPGSSH prereq firstChristian Couder1-4/+20