summaryrefslogtreecommitdiff
path: root/Documentation/git-merge.txt
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2010-01-23 09:33:37 (GMT)
committerThomas Rast <trast@student.ethz.ch>2010-01-24 12:57:42 (GMT)
commita4081bacfc78c1e1843590ed8d87544f3873dd10 (patch)
tree5c21074e4db0d660b6d03859d92ce87f5b03259e /Documentation/git-merge.txt
parented4a6baad0c8d446758eed8827e0d9190e624172 (diff)
downloadgit-a4081bacfc78c1e1843590ed8d87544f3873dd10.zip
git-a4081bacfc78c1e1843590ed8d87544f3873dd10.tar.gz
git-a4081bacfc78c1e1843590ed8d87544f3873dd10.tar.bz2
Documentation: merge: move merge strategy list to end
So the section layout changes as follows: NAME SYNOPSIS DESCRIPTION OPTIONS -MERGE STRATEGIES HOW MERGE WORKS HOW CONFLICTS ARE PRESENTED HOW TO RESOLVE CONFLICTS EXAMPLES +MERGE STRATEGIES CONFIGURATION SEE ALSO AUTHOR DOCUMENTATION GIT NOTES The first-time user will care more about conflicts than about strategies other than 'recursive'. One of the examples uses -s ours, but I do not think this hinders readability. Suggested-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Diffstat (limited to 'Documentation/git-merge.txt')
-rw-r--r--Documentation/git-merge.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-merge.txt b/Documentation/git-merge.txt
index 1fecedb..83bf3e7 100644
--- a/Documentation/git-merge.txt
+++ b/Documentation/git-merge.txt
@@ -42,8 +42,6 @@ include::merge-options.txt[]
You need at least one <commit>. Specifying more than one
<commit> obviously means you are trying an Octopus.
-include::merge-strategies.txt[]
-
HOW MERGE WORKS
---------------
@@ -240,6 +238,8 @@ changes into a merge commit. Small fixups like bumping
release/version name would be acceptable.
+include::merge-strategies.txt[]
+
CONFIGURATION
-------------
include::merge-config.txt[]