Refactor merge strategies into separate includable file.
[git.git] / Documentation / git-merge.txt
index da6537d..b3ef19b 100644 (file)
@@ -34,10 +34,12 @@ include::merge-pull-opts.txt[]
        least one <remote>.  Specifying more than one <remote>
        obviously means you are trying an Octopus.
 
+include::merge-strategies.txt[]
+
 
 SEE ALSO
 --------
-gitlink:git-fmt-merge-msg[1]
+gitlink:git-fmt-merge-msg[1], gitlink:git-pull[1]
 
 
 Author