提交 35e9d630 编写于 作者: J Jonathan Nieder 提交者: Thomas Rast

Documentation: merge: move configuration section to end

Configuration and environment variables belong to the back matter
of a manual page.
Signed-off-by: NJonathan Nieder <jrnieder@gmail.com>
Acked-by: NPetr Baudis <pasky@suse.cz>
Signed-off-by: NThomas Rast <trast@student.ethz.ch>
上级 2d0f686c
......@@ -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
---------------
......@@ -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],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册