summaryrefslogtreecommitdiffstats
path: root/gitrevisions.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-07-25 15:10:48 -0700
committerJunio C Hamano <gitster@pobox.com>2018-07-25 15:10:48 -0700
commit1ff0338e53a8f0c62e5a9370e770e20058c5ad1e (patch)
tree9b5a44f63a218ee1599ee31b3038aab5ba8545ca /gitrevisions.html
parentea1ac8d6d6d8856d448e1f6e2d941f7663dc9ecd (diff)
downloadgit-htmldocs-1ff0338e53a8f0c62e5a9370e770e20058c5ad1e.tar.gz
Autogenerated HTML docs for v2.18.0-321-gffc6fa
Diffstat (limited to 'gitrevisions.html')
-rw-r--r--gitrevisions.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/gitrevisions.html b/gitrevisions.html
index 7789afaf5..984c59ff9 100644
--- a/gitrevisions.html
+++ b/gitrevisions.html
@@ -1048,7 +1048,8 @@ existing tag object.</p></div>
A colon, followed by a slash, followed by a text, names
a commit whose commit message matches the specified regular expression.
This name returns the youngest matching commit which is
- reachable from any ref. The regular expression can match any part of the
+ reachable from any ref, including HEAD.
+ The regular expression can match any part of the
commit message. To match messages starting with a string, one can use
e.g. <em>:/^foo</em>. The special sequence <em>:/!</em> is reserved for modifiers to what
is matched. <em>:/!-foo</em> performs a negative match, while <em>:/!!foo</em> matches a