aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-count-objects.txt
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2013-02-13 16:13:19 +0700
committerJunio C Hamano <gitster@pobox.com>2013-02-15 09:02:34 -0800
commit1a20dd49f8c4e6c62080f267ca77b357cb61be8e (patch)
treef86f7ec4b3d0c7d8dfca1400b6f14bd4fa0e1340 /Documentation/git-count-objects.txt
parent543c5caa6c93bb3d42545aeef334c6a175384db8 (diff)
downloadgit-1a20dd49f8c4e6c62080f267ca77b357cb61be8e.tar.gz
count-objects: report how much disk space taken by garbage files
Also issue warnings on loose garbages instead of errors as a result of using report_garbage() function in count_objects() Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-count-objects.txt')
-rw-r--r--Documentation/git-count-objects.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-count-objects.txt b/Documentation/git-count-objects.txt
index 1611d7c768..da6e72e696 100644
--- a/Documentation/git-count-objects.txt
+++ b/Documentation/git-count-objects.txt
@@ -35,6 +35,8 @@ the packs. These objects could be pruned using `git prune-packed`.
+
garbage: the number of files in object database that are not valid
loose objects nor valid packs
++
+size-garbage: disk space consumed by garbage files, in KiB
GIT
---