Merge branch 'maint'

* maint:
  verify-pack: add --stat-only to the synopsis section
This commit is contained in:
Junio C Hamano 2011-03-02 15:26:44 -08:00
commit 501ccd527d

View File

@ -8,7 +8,7 @@ git-verify-pack - Validate packed git archive files
SYNOPSIS
--------
'git verify-pack' [-v|--verbose] [--] <pack>.idx ...
'git verify-pack' [-v|--verbose] [-s|--stat-only] [--] <pack>.idx ...
DESCRIPTION