2005-09-08 00:26:23 +00:00
|
|
|
git-fsck-objects(1)
|
|
|
|
===================
|
2005-05-10 21:32:30 +00:00
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2005-09-08 00:26:23 +00:00
|
|
|
git-fsck-objects - Verifies the connectivity and validity of the objects in the database
|
2005-05-10 21:32:30 +00:00
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2011-07-02 02:38:26 +00:00
|
|
|
[verse]
|
2008-06-30 06:09:04 +00:00
|
|
|
'git fsck-objects' ...
|
2005-05-10 21:32:30 +00:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
|
|
|
|
2007-12-29 06:20:38 +00:00
|
|
|
This is a synonym for linkgit:git-fsck[1]. Please refer to the
|
2007-01-29 00:33:58 +00:00
|
|
|
documentation of that command.
|
2011-03-11 06:08:48 +00:00
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
|
|
|
Part of the linkgit:git[1] suite
|