summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-12submodule: hash the submodule name for the gitdir pathAdrian Ratiu2-0/+78
2026-01-12submodule: fix case-folding gitdir filesystem collisionsAdrian Ratiu5-2/+126
2026-01-12submodule--helper: fix filesystem collisions by encoding gitdir pathsAdrian Ratiu3-1/+110
2026-01-12builtin/credential-store: move is_rfc3986_unreserved to url.[ch]Adrian Ratiu3-6/+14
2026-01-12submodule--helper: add gitdir migration commandAdrian Ratiu3-2/+132
2026-01-12submodule: allow runtime enabling extensions.submodulePathConfigAdrian Ratiu4-0/+142
2026-01-12submodule: introduce extensions.submodulePathConfigAdrian Ratiu12-28/+313
2026-01-12builtin/submodule--helper: add gitdir commandAdrian Ratiu1-0/+17
2026-01-12submodule: always validate gitdirs inside submodule_name_to_gitdirAdrian Ratiu2-12/+4
2026-01-12submodule--helper: use submodule_name_to_gitdir in add_submoduleAdrian Ratiu1-6/+7
2026-01-12builtin/fsck: drop `fsck_head_link()`Patrick Steinhardt1-24/+4
2026-01-12builtin/fsck: move generic HEAD check into `refs_fsck()`Patrick Steinhardt6-14/+21
2026-01-12builtin/fsck: move generic object ID checks into `refs_fsck()`Patrick Steinhardt5-32/+30
2026-01-12refs/reftable: introduce generic checks for refsPatrick Steinhardt2-6/+88
2026-01-12refs/reftable: fix consistency checks with worktreesPatrick Steinhardt2-15/+46
2026-01-12refs/reftable: extract function to retrieve backend for worktreePatrick Steinhardt1-27/+43
2026-01-12refs/reftable: adapt includes to become consistentPatrick Steinhardt1-2/+2
2026-01-12refs/files: introduce function to perform normal ref checksPatrick Steinhardt3-0/+17
2026-01-12refs/files: extract generic symref target checksPatrick Steinhardt3-33/+52
2026-01-12fsck: drop unused fields from `struct fsck_ref_report`Patrick Steinhardt2-7/+0
2026-01-12refs/files: perform consistency checks for root refsPatrick Steinhardt2-3/+77
2026-01-12refs/files: improve error handling when verifying symrefsPatrick Steinhardt1-15/+13
2026-01-12refs/files: extract function to check single refPatrick Steinhardt1-29/+51
2026-01-12refs/files: remove useless indirectionPatrick Steinhardt1-9/+7
2026-01-12refs/files: remove `refs_check_dir` parameterPatrick Steinhardt1-5/+3
2026-01-12refs/files: move fsck functions into global scopePatrick Steinhardt1-9/+8
2026-01-12refs/files: simplify iterating through root refsPatrick Steinhardt1-8/+3
2026-01-12packfile: drop repository parameter from `packed_object_info()`Patrick Steinhardt6-13/+10
2026-01-12packfile: skip unpacking object header for disk size requestsPatrick Steinhardt1-2/+5
2026-01-12packfile: disentangle return value of `packed_object_info()`Patrick Steinhardt2-9/+16
2026-01-12packfile: always populate pack-specific info when reading object infoPatrick Steinhardt1-17/+14
2026-01-12packfile: extend `is_delta` field to allow for "unknown" statePatrick Steinhardt2-4/+20
2026-01-12packfile: always declare object info to be OI_PACKEDPatrick Steinhardt3-3/+35
2026-01-12object-file: always set OI_LOOSE when reading object infoPatrick Steinhardt1-44/+71
2026-01-12The 17th batchJunio C Hamano1-0/+8
2026-01-12Merge branch 'js/mailmap-karsten-blees'Junio C Hamano1-2/+2
2026-01-12Merge branch 'ps/t1300-2021-use-test-path-is-helpers'Junio C Hamano2-6/+6
2026-01-12Merge branch 'rs/commit-stack'Junio C Hamano13-247/+184
2026-01-12Merge branch 'sb/bundle-uri-without-uri'Junio C Hamano2-1/+49
2026-01-12Merge branch 'ja/doc-synopsis-style-more'Junio C Hamano4-228/+236
2026-01-11t1410: use test helpers in reflog rewind testPushkar Singh1-4/+4
2026-01-11http-backend: write newlines to stderr when responding with errorsKJ Tsanaktsidis1-2/+6
2026-01-10.mailmap: replace Karsten Blees' default addressJohannes Schindelin1-2/+2
2026-01-09contrib/subtree: detect rewritten subtree commitsColin Stagner2-55/+169
2026-01-09cocci: convert parse_tree functions to repo_ variantsRené Scharfe27-56/+73
2026-01-09tree: stop using the_repositoryRené Scharfe2-18/+3
2026-01-09tree: use repo_parse_tree()René Scharfe1-1/+1
2026-01-09path-walk: use repo_parse_tree_gently()René Scharfe1-1/+1
2026-01-09pack-bitmap-write: use repo_parse_tree()René Scharfe1-1/+1
2026-01-09delta-islands: use repo_parse_tree()René Scharfe1-1/+1