Update git fsck --full short description to mention packs
commit2b26e0e18907132eaac2a8163de0cac552217082
authorWesley J. Landaker <wjl@icecavern.net>
Fri, 5 Feb 2010 19:58:50 +0000 (5 12:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Feb 2010 21:01:45 +0000 (5 13:01 -0800)
tree8680e15d616b55242b75561a4c0fccec4a84aad1
parentb401a12a2c49d3f3e81e356782d9ca49aaa97faa
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>
builtin-fsck.c