diff options
author | 2008-11-27 19:24:11 -0800 | |
---|---|---|
committer | 2008-11-27 19:24:11 -0800 | |
commit | 98cdf78c5cf1356757ccc4d25c212ae1f38339e4 (patch) | |
tree | 8c9936b21070e664e36f2b5e61b96e371f1a50f6 /Documentation | |
parent | Merge branch 'ph/send-email' (diff) | |
parent | Retain multiple -q/-v occurrences in git pull (diff) | |
download | tgif-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.txt | 8 |
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. |