| Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1 | git-fsck-objects(1) |
| 2 | =================== | ||||
| 3 | |||||
| 4 | NAME | ||||
| 5 | ---- | ||||
| 6 | git-fsck-objects - Verifies the connectivity and validity of the objects in the database | ||||
| 7 | |||||
| 8 | |||||
| 9 | SYNOPSIS | ||||
| 10 | -------- | ||||
| Junio C Hamano | 15567bc | 2011-07-23 00:51:59 | [diff] [blame] | 11 | [verse] |
| Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame] | 12 | 'git fsck-objects' ... |
| Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 13 | |
| 14 | DESCRIPTION | ||||
| 15 | ----------- | ||||
| Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 16 | |
| Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 17 | This is a synonym for linkgit:git-fsck[1]. Please refer to the |
| Junio C Hamano | 7ad22dc | 2007-01-29 02:55:48 | [diff] [blame] | 18 | documentation of that command. |
| Junio C Hamano | 5f3d839 | 2011-03-15 23:33:35 | [diff] [blame] | 19 | |
| 20 | GIT | ||||
| 21 | --- | ||||
| 22 | Part of the linkgit:git[1] suite | ||||