]> git.ipfire.org Git - thirdparty/git.git/commit - builtin.h
built-in count-objects.
authorJunio C Hamano <junkio@cox.net>
Thu, 27 Apr 2006 22:37:18 +0000 (15:37 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 28 Apr 2006 04:35:27 +0000 (21:35 -0700)
commitc74320872b445104fe5c265e60785d9d26d94cc5
treed3ba11f96a423221ddf675bd0ead9c7bd9014b35
parent9a8b6a0a9d4de3d9c1005b872b9b57a213d3e9f8
built-in count-objects.

Also it learned to do -v (verbose) to report:

- number of loose objects
- disk occupied by loose objects
- number of objects in local packs
- number of loose objects that are also in pack
- unrecognised garbage in .git/objects/??/.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
builtin-count.c [new file with mode: 0644]
builtin.h
git.c