summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-10-03 08:41:56 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-10-03 08:41:56 +0000
commitd97409fc4bcfdafd3ecae712910cd74ae8bf4d6e (patch)
treec941809e51704bbb1630853160c7af3ec23c1f84 /git-rev-parse.txt
parent4e2d8818ee46c54a54c1ee0d454a8459b581f18e (diff)
downloadgit-htmldocs-d97409fc4bcfdafd3ecae712910cd74ae8bf4d6e.tar.gz
Autogenerated HTML docs for v1.4.2.3-g128e
Diffstat (limited to 'git-rev-parse.txt')
-rw-r--r--git-rev-parse.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-rev-parse.txt b/git-rev-parse.txt
index b761b4b96..2f1306c1d 100644
--- a/git-rev-parse.txt
+++ b/git-rev-parse.txt
@@ -138,7 +138,7 @@ syntax.
'rev{caret}0' means the commit itself and is used when 'rev' is the
object name of a tag object that refers to a commit object.
-* A suffix '~<n>' to a revision parameter means the commit
+* A suffix '{tilde}<n>' to a revision parameter means the commit
object that is the <n>th generation grand-parent of the named
commit object, following only the first parent. I.e. rev~3 is
equivalent to rev{caret}{caret}{caret} which is equivalent to\