count-objects: report how much disk space taken by garbage files
commit1a20dd49f8c4e6c62080f267ca77b357cb61be8e
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Wed, 13 Feb 2013 09:13:19 +0000 (13 16:13 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Feb 2013 17:02:34 +0000 (15 09:02 -0800)
treef86f7ec4b3d0c7d8dfca1400b6f14bd4fa0e1340
parent543c5caa6c93bb3d42545aeef334c6a175384db8
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>
Documentation/git-count-objects.txt
builtin/count-objects.c