summaryrefslogtreecommitdiffstats
path: root/revisions.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-09-20 14:03:37 -0700
committerJunio C Hamano <gitster@pobox.com>2013-09-20 14:03:37 -0700
commit79f4c7c3c9b29ade5534a5f1d01db2c67721d6a8 (patch)
tree9b5ca4ba3e78d726bab8e54347738b373d3a2eef /revisions.txt
parent211db89d8b8d8c3006e084f43dd6471163c7b998 (diff)
downloadgit-htmldocs-79f4c7c3c9b29ade5534a5f1d01db2c67721d6a8.tar.gz
Autogenerated HTML docs for v1.8.4-474-g128a96
Diffstat (limited to 'revisions.txt')
-rw-r--r--revisions.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/revisions.txt b/revisions.txt
index b0f4284cf..2c06ed34a 100644
--- a/revisions.txt
+++ b/revisions.txt
@@ -58,6 +58,9 @@ the '$GIT_DIR/refs' directory or from the '$GIT_DIR/packed-refs' file.
While the ref name encoding is unspecified, UTF-8 is preferred as
some output processing may assume ref names in UTF-8.
+'@'::
+ '@' alone is a shortcut for 'HEAD'.
+
'<refname>@\{<date>\}', e.g. 'master@\{yesterday\}', 'HEAD@\{5 minutes ago\}'::
A ref followed by the suffix '@' with a date specification
enclosed in a brace
@@ -125,6 +128,9 @@ some output processing may assume ref names in UTF-8.
object that exists, without requiring 'rev' to be a tag, and
without dereferencing 'rev'; because a tag is already an object,
it does not have to be dereferenced even once to get to an object.
++
+'rev{caret}\{tag\}' can be used to ensure that 'rev' identifies an
+existing tag object.
'<rev>{caret}\{\}', e.g. 'v0.99.8{caret}\{\}'::
A suffix '{caret}' followed by an empty brace pair