Autogenerated HTML docs for v2.47.0-305-g4083a
[git-htmldocs.git] / fsck-msgids.txt
blob68a2801f1529dfdc310337fd1eebc742860d84ab
1 `badDate`::
2         (ERROR) Invalid date format in an author/committer line.
4 `badDateOverflow`::
5         (ERROR) Invalid date value in an author/committer line.
7 `badEmail`::
8         (ERROR) Invalid email format in an author/committer line.
10 `badFilemode`::
11         (INFO) A tree contains a bad filemode entry.
13 `badName`::
14         (ERROR) An author/committer name is empty.
16 `badObjectSha1`::
17         (ERROR) An object has a bad sha1.
19 `badParentSha1`::
20         (ERROR) A commit object has a bad parent sha1.
22 `badRefFiletype`::
23         (ERROR) A ref has a bad file type.
25 `badRefName`::
26         (ERROR) A ref has an invalid format.
28 `badTagName`::
29         (INFO) A tag has an invalid format.
31 `badTimezone`::
32         (ERROR) Found an invalid time zone in an author/committer line.
34 `badTree`::
35         (ERROR) A tree cannot be parsed.
37 `badTreeSha1`::
38         (ERROR) A tree has an invalid format.
40 `badType`::
41         (ERROR) Found an invalid object type.
43 `duplicateEntries`::
44         (ERROR) A tree contains duplicate file entries.
46 `emptyName`::
47         (WARN) A path contains an empty name.
49 `extraHeaderEntry`::
50         (IGNORE) Extra headers found after `tagger`.
52 `fullPathname`::
53         (WARN) A path contains the full path starting with "/".
55 `gitattributesBlob`::
56         (ERROR) A non-blob found at `.gitattributes`.
58 `gitattributesLarge`::
59         (ERROR) The `.gitattributes` blob is too large.
61 `gitattributesLineLength`::
62         (ERROR) The `.gitattributes` blob contains too long lines.
64 `gitattributesMissing`::
65         (ERROR) Unable to read `.gitattributes` blob.
67 `gitattributesSymlink`::
68         (INFO) `.gitattributes` is a symlink.
70 `gitignoreSymlink`::
71         (INFO) `.gitignore` is a symlink.
73 `gitmodulesBlob`::
74         (ERROR) A non-blob found at `.gitmodules`.
76 `gitmodulesLarge`::
77         (ERROR) The `.gitmodules` file is too large to parse.
79 `gitmodulesMissing`::
80         (ERROR) Unable to read `.gitmodules` blob.
82 `gitmodulesName`::
83         (ERROR) A submodule name is invalid.
85 `gitmodulesParse`::
86         (INFO) Could not parse `.gitmodules` blob.
88 `gitmodulesLarge`;
89         (ERROR) `.gitmodules` blob is too large to parse.
91 `gitmodulesPath`::
92         (ERROR) `.gitmodules` path is invalid.
94 `gitmodulesSymlink`::
95         (ERROR) `.gitmodules` is a symlink.
97 `gitmodulesUpdate`::
98         (ERROR) Found an invalid submodule update setting.
100 `gitmodulesUrl`::
101         (ERROR) Found an invalid submodule url.
103 `hasDot`::
104         (WARN) A tree contains an entry named `.`.
106 `hasDotdot`::
107         (WARN) A tree contains an entry named `..`.
109 `hasDotgit`::
110         (WARN) A tree contains an entry named `.git`.
112 `largePathname`::
113         (WARN) A tree contains an entry with a very long path name. If
114         the value of `fsck.largePathname` contains a colon, that value
115         is used as the maximum allowable length (e.g., "warn:10" would
116         complain about any path component of 11 or more bytes). The
117         default value is 4096.
119 `mailmapSymlink`::
120         (INFO) `.mailmap` is a symlink.
122 `missingAuthor`::
123         (ERROR) Author is missing.
125 `missingCommitter`::
126         (ERROR) Committer is missing.
128 `missingEmail`::
129         (ERROR) Email is missing in an author/committer line.
131 `missingNameBeforeEmail`::
132         (ERROR) Missing name before an email in an author/committer line.
134 `missingObject`::
135         (ERROR) Missing `object` line in tag object.
137 `missingSpaceBeforeDate`::
138         (ERROR) Missing space before date in an author/committer line.
140 `missingSpaceBeforeEmail`::
141         (ERROR) Missing space before the email in an author/committer line.
143 `missingTag`::
144         (ERROR) Unexpected end after `type` line in a tag object.
146 `missingTagEntry`::
147         (ERROR) Missing `tag` line in a tag object.
149 `missingTaggerEntry`::
150         (INFO) Missing `tagger` line in a tag object.
152 `missingTree`::
153         (ERROR) Missing `tree` line in a commit object.
155 `missingType`::
156         (ERROR) Invalid type value on the `type` line in a tag object.
158 `missingTypeEntry`::
159         (ERROR) Missing `type` line in a tag object.
161 `multipleAuthors`::
162         (ERROR) Multiple author lines found in a commit.
164 `nulInCommit`::
165         (WARN) Found a NUL byte in the commit object body.
167 `nulInHeader`::
168         (FATAL) NUL byte exists in the object header.
170 `nullSha1`::
171         (WARN) Tree contains entries pointing to a null sha1.
173 `treeNotSorted`::
174         (ERROR) A tree is not properly sorted.
176 `unknownType`::
177         (ERROR) Found an unknown object type.
179 `unterminatedHeader`::
180         (FATAL) Missing end-of-line in the object header.
182 `zeroPaddedDate`::
183         (ERROR) Found a zero padded date in an author/committer line.
185 `zeroPaddedFilemode`::
186         (WARN) Found a zero padded filemode in a tree.