Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
remote.c: introduce branch.<name>.pushremote
[gitweb.git]
/
Documentation
/
git-count-objects.txt
diff --git
a/Documentation/git-count-objects.txt
b/Documentation/git-count-objects.txt
index 1611d7c768d84eb34533d41e90e9b2733e0e433e..da6e72e696d4af013b3c717d31a0e98cd41922d4 100644
(file)
--- 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
---