summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-07 22:10:48 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-07 22:10:48 +0000
commit15048272f145e2a7ca7c8923c4a7bc5d14bf4913 (patch)
treed5b5693c3d1e409f990de01cfe98aaa3a207f4b8 /git-rev-parse.txt
parentba4b9286c25f18c7ebbb809ee5732a7810377ab6 (diff)
downloadgit-htmldocs-15048272f145e2a7ca7c8923c4a7bc5d14bf4913.tar.gz
Autogenerated HTML docs for v1.5.6.2-247-g923712
Diffstat (limited to 'git-rev-parse.txt')
-rw-r--r--git-rev-parse.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-rev-parse.txt b/git-rev-parse.txt
index 0501a8702..378a3124a 100644
--- a/git-rev-parse.txt
+++ b/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: