From: Nguyễn Thái Ngọc Duy Date: Mon, 7 Nov 2011 02:59:26 +0000 (+0700) Subject: fsck: print progress X-Git-Tag: v1.7.9-rc0~100^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1e49f22f07881dffc04f8f09d4ad4e4a65b85b09?ds=sidebyside;hp=1e49f22f07881dffc04f8f09d4ad4e4a65b85b09 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 Signed-off-by: Junio C Hamano ---