Junio C Hamano | 215a7ad | 2005-09-07 17:26:23 -0700 | [diff] [blame] | 1 | git-fsck-objects(1) |
| 2 | =================== |
David Greaves | 2cf565c | 2005-05-10 22:32:30 +0100 | [diff] [blame] | 3 | |
| 4 | NAME |
| 5 | ---- |
Junio C Hamano | 215a7ad | 2005-09-07 17:26:23 -0700 | [diff] [blame] | 6 | git-fsck-objects - Verifies the connectivity and validity of the objects in the database |
David Greaves | 2cf565c | 2005-05-10 22:32:30 +0100 | [diff] [blame] | 7 | |
| 8 | |
| 9 | SYNOPSIS |
| 10 | -------- |
Martin von Zweigbergk | 7791a1d | 2011-07-01 22:38:26 -0400 | [diff] [blame] | 11 | [verse] |
Jonathan Nieder | b1889c3 | 2008-06-30 01:09:04 -0500 | [diff] [blame] | 12 | 'git fsck-objects' ... |
David Greaves | 2cf565c | 2005-05-10 22:32:30 +0100 | [diff] [blame] | 13 | |
| 14 | DESCRIPTION |
| 15 | ----------- |
David Greaves | 2cf565c | 2005-05-10 22:32:30 +0100 | [diff] [blame] | 16 | |
Dan McGee | 5162e69 | 2007-12-29 00:20:38 -0600 | [diff] [blame] | 17 | This is a synonym for linkgit:git-fsck[1]. Please refer to the |
Junio C Hamano | df391b1 | 2007-01-28 16:33:58 -0800 | [diff] [blame] | 18 | documentation of that command. |
Jeff King | 6ea922d | 2011-03-11 01:08:48 -0500 | [diff] [blame] | 19 | |
| 20 | GIT |
| 21 | --- |
| 22 | Part of the linkgit:git[1] suite |