set_git_dir: handle feeding gitdir to itself
[git.git] / Documentation / git-fsck-objects.txt
blobeec4bdb600d8ca03a6fd7138e945dceb6dc43ec7
1 git-fsck-objects(1)
2 ===================
4 NAME
5 ----
6 git-fsck-objects - Verifies the connectivity and validity of the objects in the database
9 SYNOPSIS
10 --------
11 [verse]
12 'git fsck-objects' ...
14 DESCRIPTION
15 -----------
17 This is a synonym for linkgit:git-fsck[1].  Please refer to the
18 documentation of that command.
20 GIT
21 ---
22 Part of the linkgit:git[1] suite