Skip to content

Commit

Permalink
Fix grammar in git-rev-parse(1).
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Mikael Magnusson authored and Junio C Hamano committed Jul 7, 2008
1 parent 78e3118 commit faf466f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-rev-parse.txt
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,9 @@ 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
and its parent commits exists. `r1{caret}@` notation means all
and its parent commits exist. The `r1{caret}@` notation means all
parents of `r1`. `r1{caret}!` includes commit `r1` but excludes
its all parents.
all of its parents.

Here are a handful of examples:

Expand Down

0 comments on commit faf466f

Please sign in to comment.