summaryrefslogtreecommitdiffstats
path: root/builtin
AgeCommit message (Expand)AuthorLines
2026-01-15Merge branch 'ps/odb-misc-fixes'Junio C Hamano-3/+5
2026-01-15Merge branch 'ps/packfile-store-in-odb-source' into ps/odb-for-each-objectJunio C Hamano-69/+92
2026-01-15Merge branch 'ps/read-object-info-improvements' into ps/odb-for-each-objectJunio C Hamano-4/+3
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt-41/+41
2026-01-15commit: rename `reverse_commit_list()` to conform to coding guidelinesPatrick Steinhardt-2/+2
2026-01-15commit: rename `copy_commit_list()` to conform to coding guidelinesPatrick Steinhardt-1/+1
2026-01-14builtin/repack: handle promisor packs with geometric repackingPatrick Steinhardt-0/+3
2026-01-14builtin/pack-objects: exclude promisor objects with "--stdin-packs"Patrick Steinhardt-3/+11
2026-01-13builtin/history: implement "reword" subcommandPatrick Steinhardt-5/+410
2026-01-13builtin: add new "history" commandPatrick Steinhardt-0/+22
2026-01-13builtin/replay: move core logic into "libgit.a"Patrick Steinhardt-365/+1
2026-01-13builtin/replay: extract core logic to replay revisionsPatrick Steinhardt-107/+162
2026-01-12submodule: hash the submodule name for the gitdir pathAdrian Ratiu-0/+19
2026-01-12submodule: fix case-folding gitdir filesystem collisionsAdrian Ratiu-1/+25
2026-01-12submodule--helper: fix filesystem collisions by encoding gitdir pathsAdrian Ratiu-0/+12
2026-01-12builtin/credential-store: move is_rfc3986_unreserved to url.[ch]Adrian Ratiu-6/+1
2026-01-12submodule--helper: add gitdir migration commandAdrian Ratiu-0/+61
2026-01-12submodule: introduce extensions.submodulePathConfigAdrian Ratiu-2/+52
2026-01-12builtin/submodule--helper: add gitdir commandAdrian Ratiu-0/+17
2026-01-12submodule: always validate gitdirs inside submodule_name_to_gitdirAdrian Ratiu-4/+0
2026-01-12submodule--helper: use submodule_name_to_gitdir in add_submoduleAdrian Ratiu-6/+7
2026-01-12builtin/fsck: drop `fsck_head_link()`Patrick Steinhardt-24/+4
2026-01-12builtin/fsck: move generic HEAD check into `refs_fsck()`Patrick Steinhardt-7/+0
2026-01-12builtin/fsck: move generic object ID checks into `refs_fsck()`Patrick Steinhardt-26/+15
2026-01-12packfile: drop repository parameter from `packed_object_info()`Patrick Steinhardt-4/+3
2026-01-12Merge branch 'rs/commit-stack'Junio C Hamano-27/+21
2026-01-09cocci: convert parse_tree functions to repo_ variantsRené Scharfe-31/+37
2026-01-09fsck: snapshot default refs before object walkElijah Newren-40/+122
2026-01-09packfile: only prepare owning store in `packfile_store_prepare()`Patrick Steinhardt-6/+8
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt-61/+80
2026-01-09packfile: refactor kept-pack cache to work with packfile storesPatrick Steinhardt-6/+6
2026-01-09patch-id: use “patch ID” throughoutKristoffer Haugsbakk-2/+2
2026-01-08Merge branch 'rs/tag-wo-the-repository'Junio C Hamano-6/+6
2026-01-08Merge branch 'kh/replay-invalid-onto-advance' into ps/historyJunio C Hamano-62/+25
2026-01-07Merge branch 'ps/odb-misc-fixes' into ps/packfile-store-in-odb-sourceJunio C Hamano-3/+5
2026-01-07builtin/gc: fix condition for whether to write commit graphsPatrick Steinhardt-3/+5
2026-01-07cat-file: only use bitmaps when filteringJeff King-3/+5
2026-01-06Merge branch 'ar/run-command-hook'Junio C Hamano-155/+121
2026-01-06Merge branch 'rs/show-branch-prio-queue'Junio C Hamano-13/+21
2026-01-06Merge branch 'bc/checkout-error-message-fix'Junio C Hamano-1/+1
2026-01-06replay: die if we cannot parse objectKristoffer Haugsbakk-1/+1
2026-01-06replay: improve code comment and die messageKristoffer Haugsbakk-2/+2
2026-01-06replay: die descriptively when invalid commit-ish is givenKristoffer Haugsbakk-6/+7
2026-01-06replay: find *onto only after testing for ref nameKristoffer Haugsbakk-1/+1
2026-01-06replay: remove dead code and rearrangeKristoffer Haugsbakk-54/+16
2025-12-30Merge branch 'jt/repo-struct-more-objinfo'Junio C Hamano-29/+146
2025-12-29tag: support arbitrary repositories in parse_tag()René Scharfe-4/+4
2025-12-29tag: support arbitrary repositories in gpg_verify_tag()René Scharfe-2/+2
2025-12-28receive-pack: convert receive hooks to hook APIEmily Shaffer-119/+93
2025-12-28receive-pack: convert update hooks to new APIEmily Shaffer-39/+25