index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t0602-reffiles-fsck.sh
Age
Commit message (
Expand
)
Author
2026-01-12
builtin/fsck: move generic HEAD check into `refs_fsck()`
Patrick Steinhardt
2026-01-12
refs/files: perform consistency checks for root refs
Patrick Steinhardt
2025-06-03
Merge branch 'sj/ref-contents-check-fix'
Junio C Hamano
2025-06-02
fsck: ignore missing "refs" directory for linked worktrees
shejialuo
2025-05-14
packed-backend: fsck should warn when "packed-refs" file is empty
shejialuo
2025-02-27
builtin/fsck: add `git refs verify` child process
shejialuo
2025-02-27
packed-backend: check whether the "packed-refs" is sorted
shejialuo
2025-02-27
packed-backend: add "packed-refs" entry consistency check
shejialuo
2025-02-27
packed-backend: add "packed-refs" header consistency check
shejialuo
2025-02-27
packed-backend: check whether the "packed-refs" is regular file
shejialuo
2025-02-27
t0602: use subshell to ensure working directory unchanged
shejialuo
2024-12-04
Merge branch 'sj/ref-contents-check'
Junio C Hamano
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
2024-11-21
ref: add symlink ref content check for files backend
shejialuo
2024-11-21
ref: check whether the target of the symref is a ref
shejialuo
2024-11-21
ref: add basic symref content check for files backend
shejialuo
2024-11-21
ref: add more strict checks for regular refs
shejialuo
2024-11-21
ref: port git-fsck(1) regular refs check for files backend
shejialuo
2024-11-21
ref: support multiple worktrees check for refs
shejialuo
2024-11-21
ref: check the full refname instead of basename
shejialuo
2024-08-08
fsck: add ref name check for files backend
shejialuo