summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-08-27 14:33:42 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-08-27 14:33:42 -0700
commita988ce9a580bb1cae6fbeead69eff53b113a373c (patch)
tree2e48f0c6aeb8f458b9d8dc5702d3d7edf4698e06 /Documentation
parentMerge branch 'sm/branch-sort-config' (diff)
parentworktree: add --quiet option (diff)
downloadtgif-a988ce9a580bb1cae6fbeead69eff53b113a373c.tar.xz
Merge branch 'ep/worktree-quiet-option'
"git worktree" command learned "--quiet" option to make it less verbose. * ep/worktree-quiet-option: worktree: add --quiet option
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-worktree.txt4
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.