Merge branch 'jc/post-c89-rules-doc'
[gitweb.git] / Documentation / git-merge.txt
index 926ea4f460994b44fa5667e478eed8d1d8f5ab5b..01fd52dc7063802226bf4f7205a2a1aab697bc67 100644 (file)
@@ -82,10 +82,16 @@ invocations. The automated message can include the branch description.
 If `--log` is specified, a shortlog of the commits being merged
 will be appended to the specified message.
 
---[no-]rerere-autoupdate::
+--rerere-autoupdate::
+--no-rerere-autoupdate::
        Allow the rerere mechanism to update the index with the
        result of auto-conflict resolution if possible.
 
+--overwrite-ignore::
+--no-overwrite-ignore::
+       Silently overwrite ignored files from the merge result. This
+       is the default behavior. Use `--no-overwrite-ignore` to abort.
+
 --abort::
        Abort the current conflict resolution process, and
        try to reconstruct the pre-merge state.