diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-02-11 12:29:07 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-11 12:29:07 -0800 |
| commit | 40c59964b3cb9c85aeee3430bd10c0632ca032bd (patch) | |
| tree | 9464f6116c5cc4d6dd706758451fa3c4f524d372 /Documentation | |
| parent | cf5b37fb43a284ceda25406a8043c9a1e8a40494 (diff) | |
| parent | df1c5d7ed76e8ff0c49906224cd336875d9f0a66 (diff) | |
| download | git-40c59964b3cb9c85aeee3430bd10c0632ca032bd.tar.xz | |
Merge branch 'kh/doc-shortlog-fix'
Doc fix.
* kh/doc-shortlog-fix:
doc: shortlog: put back trailer paragraphs
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/git-shortlog.adoc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/git-shortlog.adoc b/Documentation/git-shortlog.adoc index aa92800c69..a11b57c1cd 100644 --- a/Documentation/git-shortlog.adoc +++ b/Documentation/git-shortlog.adoc @@ -64,9 +64,6 @@ Each pretty-printed commit will be rewrapped before it is shown. example, if your project uses `Reviewed-by` trailers, you might want to see who has been reviewing with `git shortlog -ns --group=trailer:reviewed-by`. - - `format:<format>`, any string accepted by the `--format` option of - 'git log'. (See the "PRETTY FORMATS" section of - linkgit:git-log[1].) + Note that commits that do not include the trailer will not be counted. Likewise, 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>` identity. If successful, the mailmap is applied and the email is omitted unless the `--email` option is specified. If the value cannot be parsed as an identity, it will be taken literally and completely. + + - `format:<format>`, any string accepted by the `--format` option of + 'git log'. (See the "PRETTY FORMATS" section of + linkgit:git-log[1].) -- + If `--group` is specified multiple times, commits are counted under each |
