Thread (6 messages) flat view 6 messages, 4 authors, 2016-12-21

Re: Allow "git shortlog" to group by committer information

From: Johannes Sixt <hidden>
Date: 2016-12-21 21:10:02

Possibly related (same subject, not in this thread)

Am 20.12.2016 um 19:52 schrieb Johannes Sixt:
Am 20.12.2016 um 19:35 schrieb Junio C Hamano:
quoted
 test_expect_success 'shortlog --committer (internal)' '
+    git checkout --orphan side &&
+    git commit --allow-empty -m one &&
+    git commit --allow-empty -m two &&
+    GIT_COMMITTER_NAME="Sin Nombre" git commit --allow-empty -m three &&
Clever! Thank you. Will test in 12 hours.
quoted
+
     cat >expect <<-\EOF &&
-         3    C O Mitter
+         2    C O Mitter
+         1    Sin Nombre
     EOF
     git shortlog -nsc HEAD >actual &&
     test_cmp expect actual
I confirm that t4201 now passes on Windows with this fixup.

-- Hannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help