fsck: print progress
commit1e49f22f07881dffc04f8f09d4ad4e4a65b85b09
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Mon, 7 Nov 2011 02:59:26 +0000 (7 09:59 +0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Nov 2011 04:31:28 +0000 (6 20:31 -0800)
treebf5f7ec7b62dd9b8054f630a232b0b437c2d4d93
parentc9486eb04dd99fc00df3e68f9b908f9ad7ff9728
fsck: print progress

fsck is usually a long process and it would be nice if it prints
progress from time to time.

Progress meter is not printed when --verbose is given because
--verbose prints a lot, there's no need for "alive" indicator.
Progress meter may provide "% complete" information but it would
be lost anyway in the flood of text.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fsck.txt
builtin/fsck.c
pack-check.c
pack.h