summaryrefslogtreecommitdiffstats
path: root/git-shortlog.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-10-23 14:45:54 -0700
committerJunio C Hamano <gitster@pobox.com>2023-10-23 14:45:54 -0700
commit33be82183d4cd6dc645f64da1402cf9a3f4cdbf3 (patch)
tree4a681cad5c6da23a7d7f56022666fb31397026d2 /git-shortlog.html
parent359f02427091f2c0fcac4eb7651fe5d159b84a54 (diff)
downloadgit-htmldocs-33be82183d4cd6dc645f64da1402cf9a3f4cdbf3.tar.gz
Autogenerated HTML docs for v2.42.0-482-g2e8e7
Diffstat (limited to 'git-shortlog.html')
-rw-r--r--git-shortlog.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-shortlog.html b/git-shortlog.html
index 6947f136e..d3d2b1421 100644
--- a/git-shortlog.html
+++ b/git-shortlog.html
@@ -1030,7 +1030,7 @@ ordering and formatting options, such as <code>--reverse</code>.</p></div>
</dt>
<dd>
<p>
- Limit the commits output to ones with log message that
+ Limit the commits output to ones with a log message that
matches the specified pattern (regular expression). With
more than one <code>--grep=&lt;pattern&gt;</code>, commits whose message
matches any of the given patterns are chosen (but see
@@ -1053,7 +1053,7 @@ matched as if it were part of the log message.</p></div>
</dt>
<dd>
<p>
- Limit the commits output to ones with log message that do not
+ Limit the commits output to ones with a log message that do not
match the pattern specified with <code>--grep=&lt;pattern&gt;</code>.
</p>
</dd>