summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-05-10 23:25:08 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-05-10 23:25:08 +0000
commitea5dae6fa1fe0cb17c2406be7ab2264b96933f80 (patch)
tree47e3910b308cae7d8413881a13db51c4f97919c7 /git-rev-parse.txt
parent91d44c573c59f25cccb2611879c9eab49c55c2bb (diff)
downloadgit-htmldocs-ea5dae6fa1fe0cb17c2406be7ab2264b96933f80.tar.gz
Autogenerated HTML docs for v1.5.2-rc3
Diffstat (limited to 'git-rev-parse.txt')
-rw-r--r--git-rev-parse.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-rev-parse.txt b/git-rev-parse.txt
index a8bf6561e..7757abe62 100644
--- a/git-rev-parse.txt
+++ b/git-rev-parse.txt
@@ -255,7 +255,7 @@ reachable from `r1` from the set of commits reachable from
A similar notation "`r1\...r2`" is called symmetric difference
of `r1` and `r2` and is defined as
"`r1 r2 --not $(git-merge-base --all r1 r2)`".
-It it the set of commits that are reachable from either one of
+It is the set of commits that are reachable from either one of
`r1` or `r2` but not from both.
Two other shorthands for naming a set that is formed by a commit