]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5318-commit-graph.sh
commit-graph: add --[no-]progress to write and verify
authorGarima Singh <garima.singh@microsoft.com>
Mon, 26 Aug 2019 16:29:58 +0000 (09:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2019 21:23:09 +0000 (14:23 -0700)
commit7371612255492f062ee905e6d88c6234c6d4752a
tree5169ddfc0bdd79a5fba40c9cc008a025edb4fa26
parentf1d4a28250629ae469fc5dd59ab843cb2fd68e12
commit-graph: add --[no-]progress to write and verify

Add --[no-]progress to git commit-graph write and verify.
The progress feature was introduced in 7b0f229
("commit-graph write: add progress output", 2018-09-17) but
the ability to opt-out was overlooked.

Signed-off-by: Garima Singh <garima.singh@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit-graph.txt
builtin/commit-graph.c
commit-graph.c
t/t5318-commit-graph.sh
t/t5324-split-commit-graph.sh