]> git.99rst.org Git - git.git/commit
shortlog: extract `--group` fragment for translation
authorTaylor Blau <redacted>
Mon, 24 Oct 2022 18:55:36 +0000 (14:55 -0400)
committerJunio C Hamano <redacted>
Mon, 24 Oct 2022 21:48:05 +0000 (14:48 -0700)
commitb017d3dae9fe5a5b636b8f7a5235cee2b1b90332
treea189059a2444db1258598caee050505fb0c5618a
parent0b293df9642bc8731e45e636ef8f1c0c5749d4b2
shortlog: extract `--group` fragment for translation

The subsequent commit will add another unhandled case in
`read_from_stdin()` which will want to use the same message as with
`--group=trailer`.

Extract the "--group=trailer" part from this message so the same
translation key can be used for both cases.

Signed-off-by: Taylor Blau <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/shortlog.c
git clone https://git.99rst.org/PROJECT