summaryrefslogtreecommitdiffstats
path: root/man1/git-fsck.1
blob: 79ec548567ebd4ea4ff0dd6289df55badb74c8c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
'\" t
.\"     Title: git-fsck
.\"    Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
.\"      Date: 2023-08-31
.\"    Manual: Git Manual
.\"    Source: Git 2.42.0.100.g3525f1dbc1
.\"  Language: English
.\"
.TH "GIT\-FSCK" "1" "2023\-08\-31" "Git 2\&.42\&.0\&.100\&.g3525f1" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el       .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
git-fsck \- Verifies the connectivity and validity of the objects in the database
.SH "SYNOPSIS"
.sp
.nf
\fIgit fsck\fR [\-\-tags] [\-\-root] [\-\-unreachable] [\-\-cache] [\-\-no\-reflogs]
         [\-\-[no\-]full] [\-\-strict] [\-\-verbose] [\-\-lost\-found]
         [\-\-[no\-]dangling] [\-\-[no\-]progress] [\-\-connectivity\-only]
         [\-\-[no\-]name\-objects] [<object>\&...]
.fi
.sp
.SH "DESCRIPTION"
.sp
Verifies the connectivity and validity of the objects in the database\&.
.SH "OPTIONS"
.PP
<object>
.RS 4
An object to treat as the head of an unreachability trace\&.
.sp
If no objects are given,
\fIgit fsck\fR
defaults to using the index file, all SHA\-1 references in
\fBrefs\fR
namespace, and all reflogs (unless \-\-no\-reflogs is given) as heads\&.
.RE
.PP
\-\-unreachable
.RS 4
Print out objects that exist but that aren\(cqt reachable from any of the reference nodes\&.
.RE
.PP
\-\-[no\-]dangling
.RS 4
Print objects that exist but that are never
\fIdirectly\fR
used (default)\&.
\fB\-\-no\-dangling\fR
can be used to omit this information from the output\&.
.RE
.PP
\-\-root
.RS 4
Report root nodes\&.
.RE
.PP
\-\-tags
.RS 4
Report tags\&.
.RE
.PP
\-\-cache
.RS 4
Consider any object recorded in the index also as a head node for an unreachability trace\&.
.RE
.PP
\-\-no\-reflogs
.RS 4
Do not consider commits that are referenced only by an entry in a reflog to be reachable\&. This option is meant only to search for commits that used to be in a ref, but now aren\(cqt, but are still in that corresponding reflog\&.
.RE
.PP
\-\-full
.RS 4
Check not just objects in GIT_OBJECT_DIRECTORY ($GIT_DIR/objects), but also the ones found in alternate object pools listed in GIT_ALTERNATE_OBJECT_DIRECTORIES or $GIT_DIR/objects/info/alternates, and in packed Git archives found in $GIT_DIR/objects/pack and corresponding pack subdirectories in alternate object pools\&. This is now default; you can turn it off with \-\-no\-full\&.
.RE
.PP
\-\-connectivity\-only
.RS 4
Check only the connectivity of reachable objects, making sure that any objects referenced by a reachable tag, commit, or tree is present\&. This speeds up the operation by avoiding reading blobs entirely (though it does still check that referenced blobs exist)\&. This will detect corruption in commits and trees, but not do any semantic checks (e\&.g\&., for format errors)\&. Corruption in blob objects will not be detected at all\&.
.sp
Unreachable tags, commits, and trees will also be accessed to find the tips of dangling segments of history\&. Use
\fB\-\-no\-dangling\fR
if you don\(cqt care about this output and want to speed it up further\&.
.RE
.PP
\-\-strict
.RS 4
Enable more strict checking, namely to catch a file mode recorded with g+w bit set, which was created by older versions of Git\&. Existing repositories, including the Linux kernel, Git itself, and sparse repository have old objects that triggers this check, but it is recommended to check new projects with this flag\&.
.RE
.PP
\-\-verbose
.RS 4
Be chatty\&.
.RE
.PP
\-\-lost\-found
.RS 4
Write dangling objects into \&.git/lost\-found/commit/ or \&.git/lost\-found/other/, depending on type\&. If the object is a blob, the contents are written into the file, rather than its object name\&.
.RE
.PP
\-\-name\-objects
.RS 4
When displaying names of reachable objects, in addition to the SHA\-1 also display a name that describes
\fBhow\fR
they are reachable, compatible with
\fBgit-rev-parse\fR(1), e\&.g\&.
\fBHEAD@{1234567890}~25^2:src/\fR\&.
.RE
.PP
\-\-[no\-]progress
.RS 4
Progress status is reported on the standard error stream by default when it is attached to a terminal, unless \-\-no\-progress or \-\-verbose is specified\&. \-\-progress forces progress status even if the standard error stream is not directed to a terminal\&.
.RE
.SH "CONFIGURATION"
.sp
Everything below this line in this section is selectively included from the \fBgit-config\fR(1) documentation\&. The content is the same as what\(cqs found there:
.PP
fsck\&.<msg\-id>
.RS 4
During fsck git may find issues with legacy data which wouldn\(cqt be generated by current versions of git, and which wouldn\(cqt be sent over the wire if
\fBtransfer\&.fsckObjects\fR
was set\&. This feature is intended to support working with legacy repositories containing such data\&.
.sp
Setting
\fBfsck\&.<msg\-id>\fR
will be picked up by
\fBgit-fsck\fR(1), but to accept pushes of such data set
\fBreceive\&.fsck\&.<msg\-id>\fR
instead, or to clone or fetch it set
\fBfetch\&.fsck\&.<msg\-id>\fR\&.
.sp
The rest of the documentation discusses
\fBfsck\&.*\fR
for brevity, but the same applies for the corresponding
\fBreceive\&.fsck\&.*\fR
and
\fBfetch\&.<msg\-id>\&.*\fR\&. variables\&.
.sp
Unlike variables like
\fBcolor\&.ui\fR
and
\fBcore\&.editor\fR
the
\fBreceive\&.fsck\&.<msg\-id>\fR
and
\fBfetch\&.fsck\&.<msg\-id>\fR
variables will not fall back on the
\fBfsck\&.<msg\-id>\fR
configuration if they aren\(cqt set\&. To uniformly configure the same fsck settings in different circumstances all three of them they must all set to the same values\&.
.sp
When
\fBfsck\&.<msg\-id>\fR
is set, errors can be switched to warnings and vice versa by configuring the
\fBfsck\&.<msg\-id>\fR
setting where the
\fB<msg\-id>\fR
is the fsck message ID and the value is one of
\fBerror\fR,
\fBwarn\fR
or
\fBignore\fR\&. For convenience, fsck prefixes the error/warning with the message ID, e\&.g\&. "missingEmail: invalid author/committer line \- missing email" means that setting
\fBfsck\&.missingEmail = ignore\fR
will hide that issue\&.
.sp
In general, it is better to enumerate existing objects with problems with
\fBfsck\&.skipList\fR, instead of listing the kind of breakages these problematic objects share to be ignored, as doing the latter will allow new instances of the same breakages go unnoticed\&.
.sp
Setting an unknown
\fBfsck\&.<msg\-id>\fR
value will cause fsck to die, but doing the same for
\fBreceive\&.fsck\&.<msg\-id>\fR
and
\fBfetch\&.fsck\&.<msg\-id>\fR
will only cause git to warn\&.
.sp
See
\fBFsck Messages\fR
section of
\fBgit-fsck\fR(1)
for supported values of
\fB<msg\-id>\fR\&.
.RE
.PP
fsck\&.skipList
.RS 4
The path to a list of object names (i\&.e\&. one unabbreviated SHA\-1 per line) that are known to be broken in a non\-fatal way and should be ignored\&. On versions of Git 2\&.20 and later comments (\fI#\fR), empty lines, and any leading and trailing whitespace is ignored\&. Everything but a SHA\-1 per line will error out on older versions\&.
.sp
This feature is useful when an established project should be accepted despite early commits containing errors that can be safely ignored such as invalid committer email addresses\&. Note: corrupt objects cannot be skipped with this setting\&.
.sp
Like
\fBfsck\&.<msg\-id>\fR
this variable has corresponding
\fBreceive\&.fsck\&.skipList\fR
and
\fBfetch\&.fsck\&.skipList\fR
variants\&.
.sp
Unlike variables like
\fBcolor\&.ui\fR
and
\fBcore\&.editor\fR
the
\fBreceive\&.fsck\&.skipList\fR
and
\fBfetch\&.fsck\&.skipList\fR
variables will not fall back on the
\fBfsck\&.skipList\fR
configuration if they aren\(cqt set\&. To uniformly configure the same fsck settings in different circumstances all three of them they must all set to the same values\&.
.sp
Older versions of Git (before 2\&.20) documented that the object names list should be sorted\&. This was never a requirement, the object names could appear in any order, but when reading the list we tracked whether the list was sorted for the purposes of an internal binary search implementation, which could save itself some work with an already sorted list\&. Unless you had a humongous list there was no reason to go out of your way to pre\-sort the list\&. After Git version 2\&.20 a hash implementation is used instead, so there\(cqs now no reason to pre\-sort the list\&.
.RE
.SH "DISCUSSION"
.sp
git\-fsck tests SHA\-1 and general object sanity, and it does full tracking of the resulting reachability and everything else\&. It prints out any corruption it finds (missing or bad objects), and if you use the \fB\-\-unreachable\fR flag it will also print out objects that exist but that aren\(cqt reachable from any of the specified head nodes (or the default set, as mentioned above)\&.
.sp
Any corrupt objects you will have to find in backups or other archives (i\&.e\&., you can just remove them and do an \fIrsync\fR with some other site in the hopes that somebody else has the object you have corrupted)\&.
.sp
If core\&.commitGraph is true, the commit\-graph file will also be inspected using \fIgit commit\-graph verify\fR\&. See \fBgit-commit-graph\fR(1)\&.
.SH "EXTRACTED DIAGNOSTICS"
.PP
unreachable <type> <object>
.RS 4
The <type> object <object>, isn\(cqt actually referred to directly or indirectly in any of the trees or commits seen\&. This can mean that there\(cqs another root node that you\(cqre not specifying or that the tree is corrupt\&. If you haven\(cqt missed a root node then you might as well delete unreachable nodes since they can\(cqt be used\&.
.RE
.PP
missing <type> <object>
.RS 4
The <type> object <object>, is referred to but isn\(cqt present in the database\&.
.RE
.PP
dangling <type> <object>
.RS 4
The <type> object <object>, is present in the database but never
\fIdirectly\fR
used\&. A dangling commit could be a root node\&.
.RE
.PP
hash mismatch <object>
.RS 4
The database has an object whose hash doesn\(cqt match the object database value\&. This indicates a serious data integrity problem\&.
.RE
.SH "FSCK MESSAGES"
.sp
The following lists the types of errors \fBgit fsck\fR detects and what each error means, with their default severity\&. The severity of the error, other than those that are marked as "(FATAL)", can be tweaked by setting the corresponding \fBfsck\&.<msg\-id>\fR configuration variable\&.
.PP
\fBbadDate\fR
.RS 4
(ERROR) Invalid date format in an author/committer line\&.
.RE
.PP
\fBbadDateOverflow\fR
.RS 4
(ERROR) Invalid date value in an author/committer line\&.
.RE
.PP
\fBbadEmail\fR
.RS 4
(ERROR) Invalid email format in an author/committer line\&.
.RE
.PP
\fBbadFilemode\fR
.RS 4
(INFO) A tree contains a bad filemode entry\&.
.RE
.PP
\fBbadName\fR
.RS 4
(ERROR) An author/committer name is empty\&.
.RE
.PP
\fBbadObjectSha1\fR
.RS 4
(ERROR) An object has a bad sha1\&.
.RE
.PP
\fBbadParentSha1\fR
.RS 4
(ERROR) A commit object has a bad parent sha1\&.
.RE
.PP
\fBbadTagName\fR
.RS 4
(INFO) A tag has an invalid format\&.
.RE
.PP
\fBbadTimezone\fR
.RS 4
(ERROR) Found an invalid time zone in an author/committer line\&.
.RE
.PP
\fBbadTree\fR
.RS 4
(ERROR) A tree cannot be parsed\&.
.RE
.PP
\fBbadTreeSha1\fR
.RS 4
(ERROR) A tree has an invalid format\&.
.RE
.PP
\fBbadType\fR
.RS 4
(ERROR) Found an invalid object type\&.
.RE
.PP
\fBduplicateEntries\fR
.RS 4
(ERROR) A tree contains duplicate file entries\&.
.RE
.PP
\fBemptyName\fR
.RS 4
(WARN) A path contains an empty name\&.
.RE
.PP
\fBextraHeaderEntry\fR
.RS 4
(IGNORE) Extra headers found after
\fBtagger\fR\&.
.RE
.PP
\fBfullPathname\fR
.RS 4
(WARN) A path contains the full path starting with "/"\&.
.RE
.PP
\fBgitattributesBlob\fR
.RS 4
(ERROR) A non\-blob found at
\fB\&.gitattributes\fR\&.
.RE
.PP
\fBgitattributesLarge\fR
.RS 4
(ERROR) The
\fB\&.gitattributes\fR
blob is too large\&.
.RE
.PP
\fBgitattributesLineLength\fR
.RS 4
(ERROR) The
\fB\&.gitattributes\fR
blob contains too long lines\&.
.RE
.PP
\fBgitattributesMissing\fR
.RS 4
(ERROR) Unable to read
\fB\&.gitattributes\fR
blob\&.
.RE
.PP
\fBgitattributesSymlink\fR
.RS 4
(INFO)
\fB\&.gitattributes\fR
is a symlink\&.
.RE
.PP
\fBgitignoreSymlink\fR
.RS 4
(INFO)
\fB\&.gitignore\fR
is a symlink\&.
.RE
.PP
\fBgitmodulesBlob\fR
.RS 4
(ERROR) A non\-blob found at
\fB\&.gitmodules\fR\&.
.RE
.PP
\fBgitmodulesLarge\fR
.RS 4
(ERROR) The
\fB\&.gitmodules\fR
file is too large to parse\&.
.RE
.PP
\fBgitmodulesMissing\fR
.RS 4
(ERROR) Unable to read
\fB\&.gitmodules\fR
blob\&.
.RE
.PP
\fBgitmodulesName\fR
.RS 4
(ERROR) A submodule name is invalid\&.
.RE
.PP
\fBgitmodulesParse\fR
.RS 4
(INFO) Could not parse
\fB\&.gitmodules\fR
blob\&.
.RE
.sp
\fBgitmodulesLarge\fR; (ERROR) \fB\&.gitmodules\fR blob is too large to parse\&.
.PP
\fBgitmodulesPath\fR
.RS 4
(ERROR)
\fB\&.gitmodules\fR
path is invalid\&.
.RE
.PP
\fBgitmodulesSymlink\fR
.RS 4
(ERROR)
\fB\&.gitmodules\fR
is a symlink\&.
.RE
.PP
\fBgitmodulesUpdate\fR
.RS 4
(ERROR) Found an invalid submodule update setting\&.
.RE
.PP
\fBgitmodulesUrl\fR
.RS 4
(ERROR) Found an invalid submodule url\&.
.RE
.PP
\fBhasDot\fR
.RS 4
(WARN) A tree contains an entry named
\fB\&.\fR\&.
.RE
.PP
\fBhasDotdot\fR
.RS 4
(WARN) A tree contains an entry named
\fB\&.\&.\fR\&.
.RE
.PP
\fBhasDotgit\fR
.RS 4
(WARN) A tree contains an entry named
\fB\&.git\fR\&.
.RE
.PP
\fBmailmapSymlink\fR
.RS 4
(INFO)
\fB\&.mailmap\fR
is a symlink\&.
.RE
.PP
\fBmissingAuthor\fR
.RS 4
(ERROR) Author is missing\&.
.RE
.PP
\fBmissingCommitter\fR
.RS 4
(ERROR) Committer is missing\&.
.RE
.PP
\fBmissingEmail\fR
.RS 4
(ERROR) Email is missing in an author/committer line\&.
.RE
.PP
\fBmissingNameBeforeEmail\fR
.RS 4
(ERROR) Missing name before an email in an author/committer line\&.
.RE
.PP
\fBmissingObject\fR
.RS 4
(ERROR) Missing
\fBobject\fR
line in tag object\&.
.RE
.PP
\fBmissingSpaceBeforeDate\fR
.RS 4
(ERROR) Missing space before date in an author/committer line\&.
.RE
.PP
\fBmissingSpaceBeforeEmail\fR
.RS 4
(ERROR) Missing space before the email in author/committer line\&.
.RE
.PP
\fBmissingTag\fR
.RS 4
(ERROR) Unexpected end after
\fBtype\fR
line in a tag object\&.
.RE
.PP
\fBmissingTagEntry\fR
.RS 4
(ERROR) Missing
\fBtag\fR
line in a tag object\&.
.RE
.PP
\fBmissingTaggerEntry\fR
.RS 4
(INFO) Missing
\fBtagger\fR
line in a tag object\&.
.RE
.PP
\fBmissingTree\fR
.RS 4
(ERROR) Missing
\fBtree\fR
line in a commit object\&.
.RE
.PP
\fBmissingType\fR
.RS 4
(ERROR) Invalid type value on the
\fBtype\fR
line in a tag object\&.
.RE
.PP
\fBmissingTypeEntry\fR
.RS 4
(ERROR) Missing
\fBtype\fR
line in a tag object\&.
.RE
.PP
\fBmultipleAuthors\fR
.RS 4
(ERROR) Multiple author lines found in a commit\&.
.RE
.PP
\fBnulInCommit\fR
.RS 4
(WARN) Found a NUL byte in the commit object body\&.
.RE
.PP
\fBnulInHeader\fR
.RS 4
(FATAL) NUL byte exists in the object header\&.
.RE
.PP
\fBnullSha1\fR
.RS 4
(WARN) Tree contains entries pointing to a null sha1\&.
.RE
.PP
\fBtreeNotSorted\fR
.RS 4
(ERROR) A tree is not properly sorted\&.
.RE
.PP
\fBunknownType\fR
.RS 4
(ERROR) Found an unknown object type\&.
.RE
.PP
\fBunterminatedHeader\fR
.RS 4
(FATAL) Missing end\-of\-line in the object header\&.
.RE
.PP
\fBzeroPaddedDate\fR
.RS 4
(ERROR) Found a zero padded date in an author/commiter line\&.
.RE
.PP
\fBzeroPaddedFilemode\fR
.RS 4
(WARN) Found a zero padded filemode in a tree\&.
.RE
.SH "ENVIRONMENT VARIABLES"
.PP
GIT_OBJECT_DIRECTORY
.RS 4
used to specify the object database root (usually $GIT_DIR/objects)
.RE
.PP
GIT_INDEX_FILE
.RS 4
used to specify the index file of the index
.RE
.PP
GIT_ALTERNATE_OBJECT_DIRECTORIES
.RS 4
used to specify additional object database roots (usually unset)
.RE
.SH "GIT"
.sp
Part of the \fBgit\fR(1) suite