Code

Move split_cmdline() to alias.c
[git.git] / Documentation / merge-config.txt
index 6d0a7971c2f229b20c121b821731e70897f0b1b2..48ce747cf4dad592d642735856eb156e93d6cf30 100644 (file)
@@ -2,10 +2,15 @@ merge.stat::
        Whether to print the diffstat berween ORIG_HEAD and merge result
        at the end of the merge.  True by default.
 
-merge.summary::
+merge.log::
        Whether to include summaries of merged commits in newly created
        merge commit messages. False by default.
 
+merge.renameLimit::
+       The number of files to consider when performing rename detection
+       during a merge; if not specified, defaults to the value of
+       diff.renameLimit.
+
 merge.tool::
        Controls which merge resolution program is used by
        linkgit:git-mergetool[1].  Valid built-in values are: "kdiff3",