summaryrefslogtreecommitdiffstats
path: root/revisions.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-12-22 01:57:50 +0000
committerJunio C Hamano <junio@kernel.org>2010-12-22 01:57:50 +0000
commit18b5ad5e82efffc2d74788fb2b8133a9c274365f (patch)
tree40a9980ccc25df65999e8bc459767891907708e2 /revisions.txt
parentcdd1c33a60297c3210787c6fcbd72ab8467ff6f6 (diff)
downloadgit-htmldocs-18b5ad5e82efffc2d74788fb2b8133a9c274365f.tar.gz
Autogenerated HTML docs for v1.7.3.4-598-g85356
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 8b519d744..9e92734bc 100644
--- a/revisions.txt
+++ b/revisions.txt
@@ -106,6 +106,12 @@ the `$GIT_DIR/refs` directory or from the `$GIT_DIR/packed-refs` file.
and dereference the tag recursively until a non-tag object is
found.
+* A suffix '{caret}' to a revision parameter followed by a brace
+ pair that contains a text led by a slash (e.g. `HEAD^{/fix nasty bug}`):
+ this is the same as `:/fix nasty bug` syntax below except that
+ it returns the youngest matching commit which is reachable from
+ the ref before '{caret}'.
+
* A colon, followed by a slash, followed by a text (e.g. `:/fix nasty bug`): this names
a commit whose commit message matches the specified regular expression.
This name returns the youngest matching commit which is