The fifth batch
[git.git] / Documentation / fsck-msgids.txt
blobb14bc44ca4791fa0cfd42b6320ecac566a3586e6
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 `badRefContent`::
23         (ERROR) A ref has bad content.
25 `badRefFiletype`::
26         (ERROR) A ref has a bad file type.
28 `badRefName`::
29         (ERROR) A ref has an invalid format.
31 `badReferentName`::
32         (ERROR) The referent name of a symref is invalid.
34 `badTagName`::
35         (INFO) A tag has an invalid format.
37 `badTimezone`::
38         (ERROR) Found an invalid time zone in an author/committer line.
40 `badTree`::
41         (ERROR) A tree cannot be parsed.
43 `badTreeSha1`::
44         (ERROR) A tree has an invalid format.
46 `badType`::
47         (ERROR) Found an invalid object type.
49 `duplicateEntries`::
50         (ERROR) A tree contains duplicate file entries.
52 `emptyName`::
53         (WARN) A path contains an empty name.
55 `extraHeaderEntry`::
56         (IGNORE) Extra headers found after `tagger`.
58 `fullPathname`::
59         (WARN) A path contains the full path starting with "/".
61 `gitattributesBlob`::
62         (ERROR) A non-blob found at `.gitattributes`.
64 `gitattributesLarge`::
65         (ERROR) The `.gitattributes` blob is too large.
67 `gitattributesLineLength`::
68         (ERROR) The `.gitattributes` blob contains too long lines.
70 `gitattributesMissing`::
71         (ERROR) Unable to read `.gitattributes` blob.
73 `gitattributesSymlink`::
74         (INFO) `.gitattributes` is a symlink.
76 `gitignoreSymlink`::
77         (INFO) `.gitignore` is a symlink.
79 `gitmodulesBlob`::
80         (ERROR) A non-blob found at `.gitmodules`.
82 `gitmodulesLarge`::
83         (ERROR) The `.gitmodules` file is too large to parse.
85 `gitmodulesMissing`::
86         (ERROR) Unable to read `.gitmodules` blob.
88 `gitmodulesName`::
89         (ERROR) A submodule name is invalid.
91 `gitmodulesParse`::
92         (INFO) Could not parse `.gitmodules` blob.
94 `gitmodulesLarge`;
95         (ERROR) `.gitmodules` blob is too large to parse.
97 `gitmodulesPath`::
98         (ERROR) `.gitmodules` path is invalid.
100 `gitmodulesSymlink`::
101         (ERROR) `.gitmodules` is a symlink.
103 `gitmodulesUpdate`::
104         (ERROR) Found an invalid submodule update setting.
106 `gitmodulesUrl`::
107         (ERROR) Found an invalid submodule url.
109 `hasDot`::
110         (WARN) A tree contains an entry named `.`.
112 `hasDotdot`::
113         (WARN) A tree contains an entry named `..`.
115 `hasDotgit`::
116         (WARN) A tree contains an entry named `.git`.
118 `largePathname`::
119         (WARN) A tree contains an entry with a very long path name. If
120         the value of `fsck.largePathname` contains a colon, that value
121         is used as the maximum allowable length (e.g., "warn:10" would
122         complain about any path component of 11 or more bytes). The
123         default value is 4096.
125 `mailmapSymlink`::
126         (INFO) `.mailmap` is a symlink.
128 `missingAuthor`::
129         (ERROR) Author is missing.
131 `missingCommitter`::
132         (ERROR) Committer is missing.
134 `missingEmail`::
135         (ERROR) Email is missing in an author/committer line.
137 `missingNameBeforeEmail`::
138         (ERROR) Missing name before an email in an author/committer line.
140 `missingObject`::
141         (ERROR) Missing `object` line in tag object.
143 `missingSpaceBeforeDate`::
144         (ERROR) Missing space before date in an author/committer line.
146 `missingSpaceBeforeEmail`::
147         (ERROR) Missing space before the email in an author/committer line.
149 `missingTag`::
150         (ERROR) Unexpected end after `type` line in a tag object.
152 `missingTagEntry`::
153         (ERROR) Missing `tag` line in a tag object.
155 `missingTaggerEntry`::
156         (INFO) Missing `tagger` line in a tag object.
158 `missingTree`::
159         (ERROR) Missing `tree` line in a commit object.
161 `missingType`::
162         (ERROR) Invalid type value on the `type` line in a tag object.
164 `missingTypeEntry`::
165         (ERROR) Missing `type` line in a tag object.
167 `multipleAuthors`::
168         (ERROR) Multiple author lines found in a commit.
170 `nulInCommit`::
171         (WARN) Found a NUL byte in the commit object body.
173 `nulInHeader`::
174         (FATAL) NUL byte exists in the object header.
176 `nullSha1`::
177         (WARN) Tree contains entries pointing to a null sha1.
179 `refMissingNewline`::
180         (INFO) A loose ref that does not end with newline(LF). As
181         valid implementations of Git never created such a loose ref
182         file, it may become an error in the future. Report to the
183         git@vger.kernel.org mailing list if you see this error, as
184         we need to know what tools created such a file.
186 `symlinkRef`::
187         (INFO) A symbolic link is used as a symref. Report to the
188         git@vger.kernel.org mailing list if you see this error, as we
189         are assessing the feasibility of dropping the support to drop
190         creating symbolic links as symrefs.
192 `symrefTargetIsNotARef`::
193         (INFO) The target of a symbolic reference points neither to
194         a root reference nor to a reference starting with "refs/".
195         Although we allow create a symref pointing to the referent which
196         is outside the "ref" by using `git symbolic-ref`, we may tighten
197         the rule in the future. Report to the git@vger.kernel.org
198         mailing list if you see this error, as we need to know what tools
199         created such a file.
201 `trailingRefContent`::
202         (INFO) A loose ref has trailing content. As valid implementations
203         of Git never created such a loose ref file, it may become an
204         error in the future. Report to the git@vger.kernel.org mailing
205         list if you see this error, as we need to know what tools
206         created such a file.
208 `treeNotSorted`::
209         (ERROR) A tree is not properly sorted.
211 `unknownType`::
212         (ERROR) Found an unknown object type.
214 `unterminatedHeader`::
215         (FATAL) Missing end-of-line in the object header.
217 `zeroPaddedDate`::
218         (ERROR) Found a zero padded date in an author/committer line.
220 `zeroPaddedFilemode`::
221         (WARN) Found a zero padded filemode in a tree.