summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.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 /git-rev-parse.html
parentea1ac8d6d6d8856d448e1f6e2d941f7663dc9ecd (diff)
downloadgit-htmldocs-1ff0338e53a8f0c62e5a9370e770e20058c5ad1e.tar.gz
Autogenerated HTML docs for v2.18.0-321-gffc6fa
Diffstat (limited to 'git-rev-parse.html')
-rw-r--r--git-rev-parse.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-rev-parse.html b/git-rev-parse.html
index a05c1ac4a..ecff6d52f 100644
--- a/git-rev-parse.html
+++ b/git-rev-parse.html
@@ -1547,7 +1547,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