Merge branch 'maint'
[gitweb.git] / Documentation / merge-options.txt
index 427cdefd01b7cffad3d00efe029c012709b3a389..adadf8e4bf309a2fd2ec8efbeff09b410ca7b041 100644 (file)
@@ -12,7 +12,7 @@
 
 -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::
@@ -39,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