Documentation / git-count-objects.txton commit Merge http://www.kernel.org/pub/scm/gitk/gitk (8fc66df)
   1git-count-objects(1)
   2====================
   3
   4NAME
   5----
   6git-count-objects - Reports on unpacked objects.
   7
   8SYNOPSIS
   9--------
  10'git-count-objects'
  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
  17Author
  18------
  19Written by Junio C Hamano <junkio@cox.net>
  20
  21Documentation
  22--------------
  23Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
  24
  25GIT
  26---
  27Part of the gitlink:git[7] suite
  28