Merge branch 'jc/maint-branch-mergeoptions' into maint
[gitweb.git] / Documentation / git-count-objects.txt
index 75a8da1ca906aee4cc6a7d0c3ff19862b8e0fc2f..a73933a931161ba81d6bf8dfaa9f2fe4287e0331 100644 (file)
@@ -21,17 +21,9 @@ OPTIONS
 --verbose::
        In addition to the number of loose objects and disk
        space consumed, it reports the number of in-pack
-       objects, number of packs, and number of objects that can be
-       removed by running `git prune-packed`.
-
-
-Author
-------
-Written by Junio C Hamano <gitster@pobox.com>
-
-Documentation
---------------
-Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
+       objects, number of packs, disk space consumed by those packs,
+       and number of objects that can be removed by running
+       `git prune-packed`.
 
 GIT
 ---