]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/blame.c
blame: add support for --[no-]progress option
authorEdmundo Carmona Antoranz <eantoranz@gmail.com>
Sun, 13 Dec 2015 00:51:03 +0000 (18:51 -0600)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Dec 2015 18:18:34 +0000 (10:18 -0800)
commitaba37f495ee39aa9506a375bb4c667731df39899
tree330c1233fd9e8726d80e0becf5e059e1dcfafea2
parent1aaf14975709c069a87c2673551296a6eb3f82c5
blame: add support for --[no-]progress option

Teach the command to show progress output when it takes long time to
produce the first line of output; this option cannot be used with
"--incremental" or "--porcelain" options.

git-annotate inherits the option as well.

Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Edmundo Carmona Antoranz <eantoranz@gmail.com>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/blame-options.txt
Documentation/git-blame.txt
builtin/blame.c