summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2008-11-27 19:24:11 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-11-27 19:24:11 -0800
commit98cdf78c5cf1356757ccc4d25c212ae1f38339e4 (patch)
tree8c9936b21070e664e36f2b5e61b96e371f1a50f6 /Documentation
parentMerge branch 'ph/send-email' (diff)
parentRetain multiple -q/-v occurrences in git pull (diff)
downloadtgif-98cdf78c5cf1356757ccc4d25c212ae1f38339e4.tar.xz
Merge branch 'ta/quiet-pull'
* ta/quiet-pull: Retain multiple -q/-v occurrences in git pull Teach/Fix pull/fetch -q/-v options
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/merge-options.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/merge-options.txt b/Documentation/merge-options.txt
index 007909a82f..427cdefd01 100644
--- a/Documentation/merge-options.txt
+++ b/Documentation/merge-options.txt
@@ -1,3 +1,11 @@
+-q::
+--quiet::
+ Operate quietly.
+
+-v::
+--verbose::
+ Be verbose.
+
--stat::
Show a diffstat at the end of the merge. The diffstat is also
controlled by the configuration option merge.stat.