Skip to content

Commit e18ee57

Browse files
jaaltoJunio C Hamano
authored andcommitted
SPECIFYING RANGES typo fix: it it => it is
Signed-off-by: Jari Aalto <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c2f599e commit e18ee57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-rev-parse.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ reachable from `r1` from the set of commits reachable from
255255
A similar notation "`r1\...r2`" is called symmetric difference
256256
of `r1` and `r2` and is defined as
257257
"`r1 r2 --not $(git-merge-base --all r1 r2)`".
258-
It it the set of commits that are reachable from either one of
258+
It is the set of commits that are reachable from either one of
259259
`r1` or `r2` but not from both.
260260

261261
Two other shorthands for naming a set that is formed by a commit

0 commit comments

Comments
 (0)