summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0f8a02c)
raw | patch | inline | side by side (parent: 0f8a02c)
author | Jonathan Nieder <jrnieder@gmail.com> | |
Fri, 9 Oct 2009 18:51:14 +0000 (13:51 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 9 Oct 2009 21:43:04 +0000 (14:43 -0700) |
Sounds better this way, at least to my ears. ("The syntax and
supported options of git merge" is a plural noun. "the same"
instead of "equal" sounds less technical and seems to convey
the meaning better here.)
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
supported options of git merge" is a plural noun. "the same"
instead of "equal" sounds less technical and seems to convey
the meaning better here.)
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt | patch | blob | history | |
Documentation/git-merge.txt | patch | blob | history |
index be0b8cacaa17234a2f2d3da50b63df7ff272d468..cd1781498eb92d7dd0d3648a8fe188fc75a6df8c 100644 (file)
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
branch.<name>.mergeoptions::
Sets default options for merging into branch <name>. The syntax and
- supported options are equal to that of linkgit:git-merge[1], but
+ supported options are the same as those of linkgit:git-merge[1], but
option values containing whitespace characters are currently not
supported.
index ac9f17a11ed0456205f3fa1c72f48906bb16eb25..d05f324462d23f64ba9563666e555a9eee3c443f 100644 (file)
branch.<name>.mergeoptions::
Sets default options for merging into branch <name>. The syntax and
- supported options are equal to that of 'git-merge', but option values
- containing whitespace characters are currently not supported.
+ supported options are the same as those of 'git merge', but option
+ values containing whitespace characters are currently not supported.
HOW MERGE WORKS
---------------