summaryrefslogtreecommitdiff
path: root/Documentation/git-fsck-objects.txt
blob: eec4bdb600d8ca03a6fd7138e945dceb6dc43ec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
git-fsck-objects(1)
===================
 
NAME
----
git-fsck-objects - Verifies the connectivity and validity of the objects in the database
 
 
SYNOPSIS
--------
[verse]
'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