diff options
author | Elia Pinto <gitter.spiros@gmail.com> | 2018-08-15 20:56:30 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-08-17 15:18:01 -0700 |
commit | 371979c21745a8be34a556e663d71e3a984ff4ce (patch) | |
tree | 15dc8734da32754507c952144e805bb692cf1440 /Documentation | |
parent | Sixth batch for 2.19 cycle (diff) | |
download | tgif-371979c21745a8be34a556e663d71e3a984ff4ce.tar.xz |
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 <martin.agren@gmail.com>
Helped-by: Duy Nguyen <pclouds@gmail.com>
Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Elia Pinto <gitter.spiros@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-worktree.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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. |