From: Mikael Magnusson Date: Sun, 6 Jul 2008 20:34:21 +0000 (+0200) Subject: Fix grammar in git-rev-parse(1). X-Git-Tag: v1.5.6.3~13 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/faf466ffb1b81a6af3946645865b3a38f33cdc11?ds=inline;hp=--cc Fix grammar in git-rev-parse(1). Signed-off-by: Junio C Hamano --- faf466ffb1b81a6af3946645865b3a38f33cdc11 diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt index 59e95adf42..ba65bfa16b 100644 --- a/Documentation/git-rev-parse.txt +++ b/Documentation/git-rev-parse.txt @@ -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: