Skip to content

Commit c0803c0

Browse files
newrenderrickstolee
authored andcommitted
merge-strategies.txt: avoid giving special preference to patience algorithm
We already have diff-algorithm that explains why there are special diff algorithms, so we do not need to re-explain patience. patience exists as its own toplevel option for historical reasons, but there's no reason to give it special preference or document it again and suggest it's more important than other diff algorithms, so just refer to it as a deprecated shorthand for `diff-algorithm=patience`. Signed-off-by: Elijah Newren <[email protected]>
1 parent d4d57ba commit c0803c0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Documentation/merge-strategies.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ theirs;;
3737
no 'theirs' merge strategy to confuse this merge option with.
3838

3939
patience;;
40-
With this option, 'merge-recursive' spends a little extra time
41-
to avoid mismerges that sometimes occur due to unimportant
42-
matching lines (e.g., braces from distinct functions). Use
43-
this when the branches to be merged have diverged wildly.
44-
See also linkgit:git-diff[1] `--patience`.
40+
Deprecated synonym for `diff-algorithm=patience`.
4541

4642
diff-algorithm=[patience|minimal|histogram|myers];;
4743
Use a different diff algorithm while merging, which can help

0 commit comments

Comments
 (0)