worktree: add --quiet option
authorElia Pinto <redacted>
Wed, 15 Aug 2018 20:56:30 +0000 (20:56 +0000)
committerJunio C Hamano <redacted>
Fri, 17 Aug 2018 22:18:01 +0000 (15:18 -0700)
commit371979c21745a8be34a556e663d71e3a984ff4ce
tree15dc8734da32754507c952144e805bb692cf1440
parent63749b2dea5d1501ff85bab7b8a7f64911d21dea
worktree: add --quiet option

Add the '--quiet' option to git worktree, as for the other git
commands. 'add' is the only command affected by it since all other
commands, except 'list', are currently silent by default.

[jc: appiled trivial fix-up to keep the tests from touching outside
the scratch area]

Helped-by: Martin Ă…gren <redacted>
Helped-by: Duy Nguyen <redacted>
Helped-by: Eric Sunshine <redacted>
Signed-off-by: Elia Pinto <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-worktree.txt
builtin/worktree.c
t/t2025-worktree-add.sh
git clone https://git.99rst.org/PROJECT