We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f599e commit e18ee57Copy full SHA for e18ee57
Documentation/git-rev-parse.txt
@@ -255,7 +255,7 @@ reachable from `r1` from the set of commits reachable from
255
A similar notation "`r1\...r2`" is called symmetric difference
256
of `r1` and `r2` and is defined as
257
"`r1 r2 --not $(git-merge-base --all r1 r2)`".
258
-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
259
`r1` or `r2` but not from both.
260
261
Two other shorthands for naming a set that is formed by a commit
0 commit comments