Revision 11f54989da573df35999222b9e504c12697b9392 authored by Michael J Gruber on 21 March 2010, 13:43:47 UTC, committed by Junio C Hamano on 21 March 2010, 23:30:17 UTC
so that git shortlog with '-e' coalesces all my commits.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 8fe5d87
Raw File
msg0010
"Subject: " isn't in the static array "header", and thus
memcmp("Subject: ", header[i], 7) will never match.

Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
back to top