doc: use 'symmetric difference' consistently

Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Philip Oakley 2016-07-20 22:10:00 +01:00 committed by Junio C Hamano
parent e46579643d
commit 27ac83718c
2 changed files with 3 additions and 3 deletions

View file

@ -70,7 +70,7 @@ linkgit:git-rev-list[1] for a complete list.
--left-right::
Mark which side of a symmetric diff a commit is reachable
Mark which side of a symmetric difference a commit is reachable
from. Commits from the left side are prefixed with a `<`
symbol and those from the right with a `>` symbol.

View file

@ -225,7 +225,7 @@ excluded from the output.
--left-only::
--right-only::
List only commits on the respective side of a symmetric range,
List only commits on the respective side of a symmetric difference,
i.e. only those which would be marked `<` resp. `>` by
`--left-right`.
+
@ -757,7 +757,7 @@ ifdef::git-rev-list[]
endif::git-rev-list[]
--left-right::
Mark which side of a symmetric diff a commit is reachable from.
Mark which side of a symmetric difference a commit is reachable from.
Commits from the left side are prefixed with `<` and those from
the right with `>`. If combined with `--boundary`, those
commits are prefixed with `-`.