From 1a20dd49f8c4e6c62080f267ca77b357cb61be8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= Date: Wed, 13 Feb 2013 16:13:19 +0700 Subject: count-objects: report how much disk space taken by garbage files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Junio C Hamano --- Documentation/git-count-objects.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Documentation/git-count-objects.txt') 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 --- -- cgit v1.2.1