diff options
author | Albert L. Lash, IV <alash3@bloomberg.net> | 2014-02-08 15:41:34 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-11 11:02:59 -0800 |
commit | 13f72a1d5faacfdfea43e2fd961cb4009206a605 (patch) | |
tree | 7ad95f4a26fe4e22caf42d1306556dfc085f2d6d | |
parent | 6a7071958620dadcce84e4faaa470407ae3d4108 (diff) | |
download | git-13f72a1d5faacfdfea43e2fd961cb4009206a605.tar.gz git-13f72a1d5faacfdfea43e2fd961cb4009206a605.tar.xz |
docs/merge-strategies: remove hyphen from mis-merges
The term mismerges without hyphen is used a few other
places in the documentation. Let's update this to
be consistent.
Signed-off-by: Albert L. Lash, IV <alash3@bloomberg.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/merge-strategies.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/merge-strategies.txt b/Documentation/merge-strategies.txt index fb6e593e7..350949810 100644 --- a/Documentation/merge-strategies.txt +++ b/Documentation/merge-strategies.txt @@ -20,7 +20,7 @@ recursive:: merged tree of the common ancestors and uses that as the reference tree for the 3-way merge. This has been reported to result in fewer merge conflicts without - causing mis-merges by tests done on actual merge commits + causing mismerges by tests done on actual merge commits taken from Linux 2.6 kernel development history. Additionally this can detect and handle merges involving renames. This is the default merge strategy when |