Skip to content

Commit

Permalink
Documentation: merge: move configuration section to end
Browse files Browse the repository at this point in the history
Configuration and environment variables belong to the back matter
of a manual page.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Acked-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
  • Loading branch information
Jonathan Nieder authored and Thomas Rast committed Jan 24, 2010
1 parent 2d0f686 commit 35e9d63
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Documentation/git-merge.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,6 @@ include::merge-strategies.txt[]
If you tried a merge which resulted in complex conflicts and
want to start over, you can recover with 'git reset'.

CONFIGURATION
-------------
include::merge-config.txt[]

branch.<name>.mergeoptions::
Sets default options for merging into branch <name>. The syntax and
supported options are the same as those of 'git merge', but option
values containing whitespace characters are currently not supported.

HOW MERGE WORKS
---------------

Expand Down Expand Up @@ -249,6 +240,15 @@ changes into a merge commit. Small fixups like bumping
release/version name would be acceptable.


CONFIGURATION
-------------
include::merge-config.txt[]

branch.<name>.mergeoptions::
Sets default options for merging into branch <name>. The syntax and
supported options are the same as those of 'git merge', but option
values containing whitespace characters are currently not supported.

SEE ALSO
--------
linkgit:git-fmt-merge-msg[1], linkgit:git-pull[1],
Expand Down

0 comments on commit 35e9d63

Please sign in to comment.