Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-05-02 | builtin-count-objects: open packs when running -v | Junio C Hamano | 1 | -0/+2 | |
Otherwise we would report absolutely no objects in a fully packed repository. Signed-off-by: Junio C Hamano <junkio@cox.net> | |||||
2006-04-27 | built-in count-objects. | Junio C Hamano | 1 | -0/+123 | |
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> |