From: John Keeping <john@keeping.me.uk> Date: Fri, 5 Apr 2013 11:37:30 +0000 (+0100) Subject: git-merge(1): document diff-algorithm option to merge-recursive X-Git-Tag: v1.8.2.2~15^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4db4f0fba43d7e9b9b87a3a40d85ffbdfcef2884 git-merge(1): document diff-algorithm option to merge-recursive Commit 07924d4 (diff: Introduce --diff-algorithm command line option 2013-01-16) added diff-algorithm as a parameter to the recursive merge strategy but did not document it. Do so. Signed-off-by: John Keeping <john@keeping.me.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com> --- diff --git a/Documentation/merge-strategies.txt b/Documentation/merge-strategies.txt index 66db80296f..49a9a7d53f 100644 --- a/Documentation/merge-strategies.txt +++ b/Documentation/merge-strategies.txt @@ -48,6 +48,12 @@ patience;; this when the branches to be merged have diverged wildly. See also linkgit:git-diff[1] `--patience`. +diff-algorithm=[patience|minimal|histogram|myers];; + Tells 'merge-recursive' to use a different diff algorithm, which + can help avoid mismerges that occur due to unimportant matching + lines (such as braces from distinct functions). See also + linkgit:git-diff[1] `--diff-algorithm`. + ignore-space-change;; ignore-all-space;; ignore-space-at-eol;;