builtin-mailinfo.c: fix confusing internal API to mailinfo()
commit606417bc6dba270ea2b0867cd490c2b57cb3bfa8
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Aug 2009 05:17:25 +0000 (26 22:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Aug 2009 05:21:30 +0000 (26 22:21 -0700)
treeafc71dc90caaf952cdd55d4b09a92f5b4a64a039
parent32f4cc49ae742e496355bea93c7b9481336f12cd
builtin-mailinfo.c: fix confusing internal API to mailinfo()

It fed two arguments to override the corresponding global variables,
but the caller always assigned the values to the global variables
first and then passed those global variables to this function.

Stop pretending to be a proper API to confuse people.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-mailinfo.c