Skip to content

Commit a4081ba

Browse files
jrntrast
authored andcommitted
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>
1 parent ed4a6ba commit a4081ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-merge.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ include::merge-options.txt[]
4242
You need at least one <commit>. Specifying more than one
4343
<commit> obviously means you are trying an Octopus.
4444

45-
include::merge-strategies.txt[]
46-
4745

4846
HOW MERGE WORKS
4947
---------------
@@ -240,6 +238,8 @@ changes into a merge commit. Small fixups like bumping
240238
release/version name would be acceptable.
241239

242240

241+
include::merge-strategies.txt[]
242+
243243
CONFIGURATION
244244
-------------
245245
include::merge-config.txt[]

0 commit comments

Comments
 (0)