File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,9 +64,6 @@ Each pretty-printed commit will be rewrapped before it is shown.
6464 example, if your project uses `Reviewed-by` trailers, you might want
6565 to see who has been reviewing with
6666 `git shortlog -ns --group=trailer:reviewed-by` .
67- - `format:<format>` , any string accepted by the `--format` option of
68- 'git log' . (See the "PRETTY FORMATS" section of
69- linkgit:git-log[1].)
7067+
7168Note that commits that do not include the trailer will not be counted.
7269Likewise, commits with multiple trailers (e.g., multiple signoffs) may
@@ -77,6 +74,10 @@ Shortlog will attempt to parse each trailer value as a `name <email>`
7774identity. If successful, the mailmap is applied and the email is omitted
7875unless the `--email` option is specified. If the value cannot be parsed
7976as an identity, it will be taken literally and completely.
77+
78+ - `format:<format>`, any string accepted by the `--format` option of
79+ 'git log'. (See the "PRETTY FORMATS" section of
80+ linkgit:git-log[1].)
8081--
8182+
8283If `--group` is specified multiple times, commits are counted under each
You can’t perform that action at this time.
0 commit comments