commit | 2b26e0e18907132eaac2a8163de0cac552217082 | [log] [tgz] |
---|---|---|
author | Wesley J. Landaker <wjl@icecavern.net> | Fri Feb 05 12:58:50 2010 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Feb 05 13:01:45 2010 -0800 |
tree | 8680e15d616b55242b75561a4c0fccec4a84aad1 | |
parent | b401a12a2c49d3f3e81e356782d9ca49aaa97faa [diff] |
Update git fsck --full short description to mention packs The '--full' option to git fsck does two things: 1) Check objects in packs 2) Check alternate objects This is documented in the git fsck manual; this patch reflects that in the short git fsck option help message as well. Signed-off-by: Wesley J. Landaker <wjl@icecavern.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>