summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorLibravatar Jonathan Nieder <jrnieder@gmail.com>2009-10-09 13:51:14 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-10-09 14:43:04 -0700
commit25dcc0d64b9f3c11abcd0f53a9b9cdb6092ed646 (patch)
tree63b60797ace5c81b6cf44a7f1ae0338c2dc8885d /Documentation/config.txt
parentDocumentation: git fmt-merge-msg does not have to be a script (diff)
downloadtgif-25dcc0d64b9f3c11abcd0f53a9b9cdb6092ed646.tar.xz
Documentation: clarify mergeoptions description
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>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index be0b8cacaa..cd1781498e 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -539,7 +539,7 @@ branch.<name>.merge::
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.