Documentation / git-count-objects.txton commit test-lib.sh: A command dying due to a signal is an unexpected failure. (40cf043)
   1git-count-objects(1)
   2====================
   3
   4NAME
   5----
   6git-count-objects - Reports on unpacked objects
   7
   8SYNOPSIS
   9--------
  10'git-count-objects' [-v]
  11
  12DESCRIPTION
  13-----------
  14This counts the number of unpacked object files and disk space consumed by
  15them, to help you decide when it is a good time to repack.
  16
  17
  18OPTIONS
  19-------
  20-v::
  21        In addition to the number of loose objects and disk
  22        space consumed, it reports the number of in-pack
  23        objects, and number of objects that can be removed by
  24        running `git-prune-packed`.
  25
  26
  27Author
  28------
  29Written by Junio C Hamano <junkio@cox.net>
  30
  31Documentation
  32--------------
  33Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
  34
  35GIT
  36---
  37Part of the gitlink:git[7] suite
  38