summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2d0f686)
raw | patch | inline | side by side (parent: 2d0f686)
author | Jonathan Nieder <jrnieder@gmail.com> | |
Sat, 23 Jan 2010 09:26:57 +0000 (03:26 -0600) | ||
committer | Thomas Rast <trast@student.ethz.ch> | |
Sun, 24 Jan 2010 12:57:42 +0000 (13:57 +0100) |
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>
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>
Documentation/git-merge.txt | patch | blob | history |
index c88bebe367b56d872baa2a298b62aa64d6df4a4c..6aa2bf3701a892471388da6766c1f8f297c709a5 100644 (file)
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
---------------
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],