From 371979c21745a8be34a556e663d71e3a984ff4ce Mon Sep 17 00:00:00 2001 From: Elia Pinto Date: Wed, 15 Aug 2018 20:56:30 +0000 Subject: worktree: add --quiet option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Helped-by: Duy Nguyen Helped-by: Eric Sunshine Signed-off-by: Elia Pinto Signed-off-by: Junio C Hamano --- Documentation/git-worktree.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Documentation') diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt index 9c26be40f4..29a5b7e252 100644 --- a/Documentation/git-worktree.txt +++ b/Documentation/git-worktree.txt @@ -173,6 +173,10 @@ This can also be set up as the default behaviour by using the This format will remain stable across Git versions and regardless of user configuration. See below for details. +-q:: +--quiet:: + With 'add', suppress feedback messages. + -v:: --verbose:: With `prune`, report all removals. -- cgit v1.3-5-g45d5