From: Junio C Hamano Date: Thu, 27 Aug 2009 05:17:25 +0000 (-0700) Subject: builtin-mailinfo.c: fix confusing internal API to mailinfo() X-Git-Tag: v1.6.5-rc0~2^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/606417bc6dba270ea2b0867cd490c2b57cb3bfa8?ds=inline;hp=606417bc6dba270ea2b0867cd490c2b57cb3bfa8 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 ---