Merge branch 'fr_v2.39_rnd1' of github.com:jnavila/git
[alt-git.git] / Documentation / fsck-msgids.txt
blob7af76ff99a5e37b8dce74424ebd3cba1daefe132
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 `badTagName`::
23         (INFO) A tag has an invalid format.
25 `badTimezone`::
26         (ERROR) Found an invalid time zone in an author/committer line.
28 `badTree`::
29         (ERROR) A tree cannot be parsed.
31 `badTreeSha1`::
32         (ERROR) A tree has an invalid format.
34 `badType`::
35         (ERROR) Found an invalid object type.
37 `duplicateEntries`::
38         (ERROR) A tree contains duplicate file entries.
40 `emptyName`::
41         (WARN) A path contains an empty name.
43 `extraHeaderEntry`::
44         (IGNORE) Extra headers found after `tagger`.
46 `fullPathname`::
47         (WARN) A path contains the full path starting with "/".
49 `gitattributesSymlink`::
50         (INFO) `.gitattributes` is a symlink.
52 `gitignoreSymlink`::
53         (INFO) `.gitignore` is a symlink.
55 `gitmodulesBlob`::
56         (ERROR) A non-blob found at `.gitmodules`.
58 `gitmodulesLarge`::
59         (ERROR) The `.gitmodules` file is too large to parse.
61 `gitmodulesMissing`::
62         (ERROR) Unable to read `.gitmodules` blob.
64 `gitmodulesName`::
65         (ERROR) A submodule name is invalid.
67 `gitmodulesParse`::
68         (INFO) Could not parse `.gitmodules` blob.
70 `gitmodulesLarge`;
71         (ERROR) `.gitmodules` blob is too large to parse.
73 `gitmodulesPath`::
74         (ERROR) `.gitmodules` path is invalid.
76 `gitmodulesSymlink`::
77         (ERROR) `.gitmodules` is a symlink.
79 `gitmodulesUpdate`::
80         (ERROR) Found an invalid submodule update setting.
82 `gitmodulesUrl`::
83         (ERROR) Found an invalid submodule url.
85 `hasDot`::
86         (WARN) A tree contains an entry named `.`.
88 `hasDotdot`::
89         (WARN) A tree contains an entry named `..`.
91 `hasDotgit`::
92         (WARN) A tree contains an entry named `.git`.
94 `mailmapSymlink`::
95         (INFO) `.mailmap` is a symlink.
97 `missingAuthor`::
98         (ERROR) Author is missing.
100 `missingCommitter`::
101         (ERROR) Committer is missing.
103 `missingEmail`::
104         (ERROR) Email is missing in an author/committer line.
106 `missingNameBeforeEmail`::
107         (ERROR) Missing name before an email in an author/committer line.
109 `missingObject`::
110         (ERROR) Missing `object` line in tag object.
112 `missingSpaceBeforeDate`::
113         (ERROR) Missing space before date in an author/committer line.
115 `missingSpaceBeforeEmail`::
116         (ERROR) Missing space before the email in author/committer line.
118 `missingTag`::
119         (ERROR) Unexpected end after `type` line in a tag object.
121 `missingTagEntry`::
122         (ERROR) Missing `tag` line in a tag object.
124 `missingTaggerEntry`::
125         (INFO) Missing `tagger` line in a tag object.
127 `missingTree`::
128         (ERROR) Missing `tree` line in a commit object.
130 `missingType`::
131         (ERROR) Invalid type value on the `type` line in a tag object.
133 `missingTypeEntry`::
134         (ERROR) Missing `type` line in a tag object.
136 `multipleAuthors`::
137         (ERROR) Multiple author lines found in a commit.
139 `nulInCommit`::
140         (WARN) Found a NUL byte in the commit object body.
142 `nulInHeader`::
143         (FATAL) NUL byte exists in the object header.
145 `nullSha1`::
146         (WARN) Tree contains entries pointing to a null sha1.
148 `treeNotSorted`::
149         (ERROR) A tree is not properly sorted.
151 `unknownType`::
152         (ERROR) Found an unknown object type.
154 `unterminatedHeader`::
155         (FATAL) Missing end-of-line in the object header.
157 `zeroPaddedDate`::
158         (ERROR) Found a zero padded date in an author/commiter line.
160 `zeroPaddedFilemode`::
161         (WARN) Found a zero padded filemode in a tree.