summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-01-12t5403: use test_cmp for post-checkout argument checksDeveshi Dwivedi-4/+4
2026-01-12t5403: introduce check_post_checkout helper functionDeveshi Dwivedi-21/+28
2026-01-12submodule: detect conflicts with existing gitdir configsAdrian Ratiu-0/+89
2026-01-12submodule: hash the submodule name for the gitdir pathAdrian Ratiu-0/+78
2026-01-12submodule: fix case-folding gitdir filesystem collisionsAdrian Ratiu-2/+126
2026-01-12submodule--helper: fix filesystem collisions by encoding gitdir pathsAdrian Ratiu-1/+110
2026-01-12builtin/credential-store: move is_rfc3986_unreserved to url.[ch]Adrian Ratiu-6/+14
2026-01-12submodule--helper: add gitdir migration commandAdrian Ratiu-2/+132
2026-01-12submodule: allow runtime enabling extensions.submodulePathConfigAdrian Ratiu-0/+142
2026-01-12submodule: introduce extensions.submodulePathConfigAdrian Ratiu-28/+313
2026-01-12builtin/submodule--helper: add gitdir commandAdrian Ratiu-0/+17
2026-01-12submodule: always validate gitdirs inside submodule_name_to_gitdirAdrian Ratiu-12/+4
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-14/+21
2026-01-12builtin/fsck: move generic object ID checks into `refs_fsck()`Patrick Steinhardt-32/+30
2026-01-12refs/reftable: introduce generic checks for refsPatrick Steinhardt-6/+88
2026-01-12refs/reftable: fix consistency checks with worktreesPatrick Steinhardt-15/+46
2026-01-12refs/reftable: extract function to retrieve backend for worktreePatrick Steinhardt-27/+43
2026-01-12refs/reftable: adapt includes to become consistentPatrick Steinhardt-2/+2
2026-01-12refs/files: introduce function to perform normal ref checksPatrick Steinhardt-0/+17
2026-01-12refs/files: extract generic symref target checksPatrick Steinhardt-33/+52
2026-01-12fsck: drop unused fields from `struct fsck_ref_report`Patrick Steinhardt-7/+0
2026-01-12refs/files: perform consistency checks for root refsPatrick Steinhardt-3/+77
2026-01-12refs/files: improve error handling when verifying symrefsPatrick Steinhardt-15/+13
2026-01-12refs/files: extract function to check single refPatrick Steinhardt-29/+51
2026-01-12refs/files: remove useless indirectionPatrick Steinhardt-9/+7
2026-01-12refs/files: remove `refs_check_dir` parameterPatrick Steinhardt-5/+3
2026-01-12refs/files: move fsck functions into global scopePatrick Steinhardt-9/+8
2026-01-12refs/files: simplify iterating through root refsPatrick Steinhardt-8/+3
2026-01-12packfile: drop repository parameter from `packed_object_info()`Patrick Steinhardt-13/+10
2026-01-12packfile: skip unpacking object header for disk size requestsPatrick Steinhardt-2/+5
2026-01-12packfile: disentangle return value of `packed_object_info()`Patrick Steinhardt-9/+16
2026-01-12packfile: always populate pack-specific info when reading object infoPatrick Steinhardt-17/+14
2026-01-12packfile: extend `is_delta` field to allow for "unknown" statePatrick Steinhardt-4/+20
2026-01-12packfile: always declare object info to be OI_PACKEDPatrick Steinhardt-3/+35
2026-01-12object-file: always set OI_LOOSE when reading object infoPatrick Steinhardt-44/+71
2026-01-12The 17th batchJunio C Hamano-0/+8
2026-01-12Merge branch 'js/mailmap-karsten-blees'Junio C Hamano-2/+2
2026-01-12Merge branch 'ps/t1300-2021-use-test-path-is-helpers'Junio C Hamano-6/+6
2026-01-12Merge branch 'rs/commit-stack'Junio C Hamano-247/+184
2026-01-12Merge branch 'sb/bundle-uri-without-uri'Junio C Hamano-1/+49
2026-01-12Merge branch 'ja/doc-synopsis-style-more'Junio C Hamano-230/+238
2026-01-11t1410: use test helpers in reflog rewind testPushkar Singh-4/+4
2026-01-11http-backend: write newlines to stderr when responding with errorsKJ Tsanaktsidis-2/+6
2026-01-10.mailmap: replace Karsten Blees' default addressJohannes Schindelin-2/+2
2026-01-09contrib/subtree: detect rewritten subtree commitsColin Stagner-55/+169
2026-01-09cocci: convert parse_tree functions to repo_ variantsRené Scharfe-56/+73
2026-01-09tree: stop using the_repositoryRené Scharfe-18/+3
2026-01-09tree: use repo_parse_tree()René Scharfe-1/+1