git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
78e3118
)
Fix grammar in git-rev-parse(1).
author
Mikael Magnusson
<redacted>
Sun, 6 Jul 2008 20:34:21 +0000
(22:34 +0200)
committer
Junio C Hamano
<redacted>
Mon, 7 Jul 2008 02:20:50 +0000
(19:20 -0700)
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-rev-parse.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-rev-parse.txt
b/Documentation/git-rev-parse.txt
index 59e95adf42d1d481d636929a0b3ad79eebc53426..ba65bfa16bcc3ef36556fed0705798cf30af7028 100644
(file)
--- 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 exist
s.
`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:
git clone https://git.99rst.org/PROJECT