Documentation/git-pull: put verbosity options before merge/fetch ones
[gitweb.git] / Documentation / git-pull.txt
index 31f42ea21a249abfa1ab2e220a077fee30d3d5e4..d47f9ddd89e2b1057a58d43c591c5bd8c1d4b96f 100644 (file)
@@ -31,6 +31,14 @@ in a state that is hard to back out of in the case of a conflict.
 OPTIONS
 -------
 
+-q::
+--quiet::
+       Pass --quiet to git-fetch and git-merge.
+
+-v::
+--verbose::
+       Pass --verbose to git-fetch and git-merge.
+
 Options related to merging
 ~~~~~~~~~~~~~~~~~~~~~~~~~~