summaryrefslogtreecommitdiff
path: root/Documentation/git-fsck-objects.txt
blob: 90ebb8a59401ddd16622533cc998bbb218137e34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
git-fsck-objects(1)
===================
 
NAME
----
git-fsck-objects - Verifies the connectivity and validity of the objects in the database
 
 
SYNOPSIS
--------
'git fsck-objects' ...
 
DESCRIPTION
-----------
 
This is a synonym for linkgit:git-fsck[1].  Please refer to the
documentation of that command.
 
GIT
---
Part of the linkgit:git[1] suite