diff options
author | shejialuo <shejialuo@gmail.com> | 2024-08-08 13:31:31 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-08-08 18:36:53 +0200 |
commit | a7600b8481b533d77a2cc5f03acdbed12b996fcd (patch) | |
tree | 03393ee341a6110e62029692a3cddfab5b779f40 /Documentation | |
parent | builtin/refs: add verify subcommand (diff) | |
download | git-a7600b8481b533d77a2cc5f03acdbed12b996fcd.tar.xz git-a7600b8481b533d77a2cc5f03acdbed12b996fcd.zip |
files-backend: add unified interface for refs scanning
For refs and reflogs, we need to scan its corresponding directories to
check every regular file or symbolic link which shares the same pattern.
Introduce a unified interface for scanning directories for
files-backend.
Mentored-by: Patrick Steinhardt <ps@pks.im>
Mentored-by: Karthik Nayak <karthik.188@gmail.com>
Signed-off-by: shejialuo <shejialuo@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/fsck-msgids.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/fsck-msgids.txt b/Documentation/fsck-msgids.txt index f643585a34..7c809fddf1 100644 --- a/Documentation/fsck-msgids.txt +++ b/Documentation/fsck-msgids.txt @@ -19,6 +19,9 @@ `badParentSha1`:: (ERROR) A commit object has a bad parent sha1. +`badRefFiletype`:: + (ERROR) A ref has a bad file type. + `badTagName`:: (INFO) A tag has an invalid format. |