Documentation / git-count-objects-script.txton commit [PATCH] Fix bisection terminating condition (670f5fe)
   1git-count-objects-script(1)
   2===========================
   3
   4NAME
   5----
   6git-count-objects-script - Reports on unpacked objects.
   7
   8SYNOPSIS
   9--------
  10'git-count-objects-script'
  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 link:git.html[git] suite
  28