summaryrefslogtreecommitdiff
path: root/Documentation/git-count-objects-script.txt
diff options
context:
space:
mode:
authorA Large Angry SCM <gitzilla@gmail.com>2005-08-26 18:18:48 -0700
committerJunio C Hamano <junkio@cox.net>2005-08-26 20:53:50 -0700
commit52a22d1e726f91b0ba4ea0afb7cfbfaaf624127b (patch)
treeb815188ded9ace02c6b0bce9a07451b44e0df1f5 /Documentation/git-count-objects-script.txt
parent85002315798dfcd28da6120ac3a461ca3fadfd2e (diff)
downloadgit-52a22d1e726f91b0ba4ea0afb7cfbfaaf624127b.tar.gz
[PATCH] Subject: [PATCH] Add some documentation.
Add some documentation. Text taken from the the commit messages and the command sources.
Diffstat (limited to 'Documentation/git-count-objects-script.txt')
-rw-r--r--Documentation/git-count-objects-script.txt18
1 files changed, 4 insertions, 14 deletions
diff --git a/Documentation/git-count-objects-script.txt b/Documentation/git-count-objects-script.txt
index 2543617094..8a3cedfb5f 100644
--- a/Documentation/git-count-objects-script.txt
+++ b/Documentation/git-count-objects-script.txt
@@ -3,26 +3,16 @@ git-count-objects-script(1)
NAME
----
-git-count-objects-script - Some git command not yet documented.
-
+git-count-objects-script - Reports on unpacked objects.
SYNOPSIS
--------
-'git-count-objects-script' [ --option ] <args>...
+'git-count-objects-script'
DESCRIPTION
-----------
-Does something not yet documented.
-
-
-OPTIONS
--------
---option::
- Some option not yet documented.
-
-<args>...::
- Some argument not yet documented.
-
+This counts the number of unpacked object files and disk space consumed by
+them, to help you decide when it is a good time to repack.
Author
------