summaryrefslogtreecommitdiffstats
path: root/git-shortlog.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-11-04 21:53:18 -0700
committerJunio C Hamano <gitster@pobox.com>2022-11-04 21:53:18 -0700
commit979463309733bb608fee0d57c0ba03bdca004d03 (patch)
tree07abf7919d03cba543b6df3fbd451ea7e62bb91f /git-shortlog.html
parentcf9c77377796343e741a25077f837f607513c7bb (diff)
downloadgit-htmldocs-979463309733bb608fee0d57c0ba03bdca004d03.tar.gz
Autogenerated HTML docs for v2.38.1-385-g3b088
Diffstat (limited to 'git-shortlog.html')
-rw-r--r--git-shortlog.html19
1 files changed, 18 insertions, 1 deletions
diff --git a/git-shortlog.html b/git-shortlog.html
index bb7d55410..28d23dc08 100644
--- a/git-shortlog.html
+++ b/git-shortlog.html
@@ -821,6 +821,16 @@ reference to the current repository.</p></div>
</div></div>
</dd>
<dt class="hdlist1">
+--date=&lt;format&gt;
+</dt>
+<dd>
+<p>
+ Show dates formatted according to the given date string. (See
+ the <code>--date</code> option in the "Commit Formatting" section of
+ <a href="git-log.html">git-log(1)</a>). Useful with <code>--group=format:&lt;format&gt;</code>.
+</p>
+</dd>
+<dt class="hdlist1">
--group=&lt;type&gt;
</dt>
<dd>
@@ -849,6 +859,13 @@ reference to the current repository.</p></div>
to see who has been reviewing with
<code>git shortlog -ns --group=trailer:reviewed-by</code>.
</p>
+</li>
+<li>
+<p>
+<code>format:&lt;format&gt;</code>, any string accepted by the <code>--format</code> option of
+ <em>git log</em>. (See the "PRETTY FORMATS" section of
+ <a href="git-log.html">git-log(1)</a>.)
+</p>
<div class="paragraph"><p>Note that commits that do not include the trailer will not be counted.
Likewise, commits with multiple trailers (e.g., multiple signoffs) may
be counted more than once (but only once per unique trailer value in
@@ -2000,7 +2017,7 @@ the current directory.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2021-12-10 14:52:02 PST
+ 2022-11-04 21:49:36 PDT
</div>
</div>
</body>