diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-12-09 07:23:51 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-12-09 20:57:52 -0800 |
commit | 29b802aae6213d02879d21aabac1a8d2e035b583 (patch) | |
tree | 341c1efeb55daaca255cd58a11386ebdeb9b3d7f /Documentation/git-merge-index.txt | |
parent | 9c0c1b1f28e27bf4ac8a7b13f0b0ed3eaebc8cff (diff) | |
download | git-29b802aae6213d02879d21aabac1a8d2e035b583.tar.gz |
Improve language in git-merge.txt and related docs
Improve some minor language and format issues like hyphenation,
phrases, spacing, word order, comma, attributes.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-merge-index.txt')
-rw-r--r-- | Documentation/git-merge-index.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-merge-index.txt b/Documentation/git-merge-index.txt index ff088c5c29..123e6d024a 100644 --- a/Documentation/git-merge-index.txt +++ b/Documentation/git-merge-index.txt @@ -29,11 +29,11 @@ OPTIONS Instead of stopping at the first failed merge, do all of them in one shot - continue with merging even when previous merges returned errors, and only return the error code after all the - merges are over. + merges. -q:: - Do not complain about failed merge program (the merge program - failure usually indicates conflicts during merge). This is for + Do not complain about a failed merge program (a merge program + failure usually indicates conflicts during the merge). This is for porcelains which might want to emit custom messages. If 'git-merge-index' is called with multiple <file>s (or -a) then it |