aboutsummaryrefslogtreecommitdiff
path: root/t/t0602-reffiles-fsck.sh
AgeCommit message (Expand)Author
2026-01-12builtin/fsck: move generic HEAD check into `refs_fsck()`Patrick Steinhardt
2026-01-12refs/files: perform consistency checks for root refsPatrick Steinhardt
2025-06-03Merge branch 'sj/ref-contents-check-fix'Junio C Hamano
2025-06-02fsck: ignore missing "refs" directory for linked worktreesshejialuo
2025-05-14packed-backend: fsck should warn when "packed-refs" file is emptyshejialuo
2025-02-27builtin/fsck: add `git refs verify` child processshejialuo
2025-02-27packed-backend: check whether the "packed-refs" is sortedshejialuo
2025-02-27packed-backend: add "packed-refs" entry consistency checkshejialuo
2025-02-27packed-backend: add "packed-refs" header consistency checkshejialuo
2025-02-27packed-backend: check whether the "packed-refs" is regular fileshejialuo
2025-02-27t0602: use subshell to ensure working directory unchangedshejialuo
2024-12-04Merge branch 'sj/ref-contents-check'Junio C Hamano
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt
2024-11-21ref: add symlink ref content check for files backendshejialuo
2024-11-21ref: check whether the target of the symref is a refshejialuo
2024-11-21ref: add basic symref content check for files backendshejialuo
2024-11-21ref: add more strict checks for regular refsshejialuo
2024-11-21ref: port git-fsck(1) regular refs check for files backendshejialuo
2024-11-21ref: support multiple worktrees check for refsshejialuo
2024-11-21ref: check the full refname instead of basenameshejialuo
2024-08-08fsck: add ref name check for files backendshejialuo