Merge branch 'maint'

* maint:
  Fix grammar in git-rev-parse(1).
maint
Junio C Hamano 2008-07-07 02:11:28 -07:00
commit 585ad90c80
1 changed files with 2 additions and 2 deletions

View File

@ -301,9 +301,9 @@ It is the set of commits that are reachable from either one of
`r1` or `r2` but not from both. `r1` or `r2` but not from both.


Two other shorthands for naming a set that is formed by a commit 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 parents of `r1`. `r1{caret}!` includes commit `r1` but excludes
its all parents. all of its parents.


Here are a handful of examples: Here are a handful of examples: