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>
This commit is contained in:

committed by
Junio C Hamano

parent
543c5caa6c
commit
1a20dd49f8
@ -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
|
||||
---
|
||||
|
Reference in New Issue
Block a user