]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-fsck-objects.txt
t4034: abstract away SHA-1-specific constants
[thirdparty/git.git] / Documentation / git-fsck-objects.txt
CommitLineData
215a7ad1
JH
1git-fsck-objects(1)
2===================
2cf565c5
DG
3
4NAME
5----
215a7ad1 6git-fsck-objects - Verifies the connectivity and validity of the objects in the database
2cf565c5
DG
7
8
9SYNOPSIS
10--------
7791a1d9 11[verse]
b1889c36 12'git fsck-objects' ...
2cf565c5
DG
13
14DESCRIPTION
15-----------
2cf565c5 16
5162e697 17This is a synonym for linkgit:git-fsck[1]. Please refer to the
df391b19 18documentation of that command.
6ea922d5
JK
19
20GIT
21---
22Part of the linkgit:git[1] suite