summaryrefslogtreecommitdiffstats
path: root/git-shortlog.html
diff options
context:
space:
mode:
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>