Skip to content

Commit

Permalink
Documentation: clarify mergeoptions description
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonathan Nieder authored and Junio C Hamano committed Oct 9, 2009
1 parent 0f8a02c commit 25dcc0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions Documentation/git-merge.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ include::merge-config.txt[]

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
---------------
Expand Down

0 comments on commit 25dcc0d

Please sign in to comment.