Merge branch 'jn/maint-1.6.3-check-ref-format-doc' into maint
[gitweb.git] / Documentation / merge-options.txt
index 007909a82fe77325e46c54799d00dc78493a47f9..adadf8e4bf309a2fd2ec8efbeff09b410ca7b041 100644 (file)
@@ -1,10 +1,18 @@
+-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.
 
 -n::
 --no-stat::
-       Do not show diffstat at the end of the merge.
+       Do not show diffstat at the end of the merge.
 
 --summary::
 --no-summary::
@@ -31,7 +39,8 @@
 
 --squash::
        Produce the working tree and index state as if a real
-       merge happened, but do not actually make a commit or
+       merge happened (except for the merge information),
+       but do not actually make a commit or
        move the `HEAD`, nor record `$GIT_DIR/MERGE_HEAD` to
        cause the next `git commit` command to create a merge
        commit.  This allows you to create a single commit on