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-20 18:52:28

Possibly related (same subject, not in this thread)

Am 20.12.2016 um 19:35 schrieb Junio C Hamano:
 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.
+
 	cat >expect <<-\EOF &&
-	     3	C O Mitter
+	     2	C O Mitter
+	     1	Sin Nombre
 	EOF
 	git shortlog -nsc HEAD >actual &&
 	test_cmp expect actual
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help