remote.c: introduce branch.<name>.pushremote
[gitweb.git] / Documentation / git-count-objects.txt
index e8168230b43a979cbb87c76290903968eabc7843..da6e72e696d4af013b3c717d31a0e98cd41922d4 100644 (file)
@@ -33,8 +33,10 @@ size-pack: disk space consumed by the packs, in KiB
 prune-packable: the number of loose objects that are also present in
 the packs. These objects could be pruned using `git prune-packed`.
 +
-garbage: the number of files in loose object database that are not
-valid loose objects
+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
 ---