mailinfo: move global "line" into mailinfo() function
commit6e21b5089f981e0e239bee722fc0d0edec703b8a
authorJunio C Hamano <gitster@pobox.com>
Sun, 18 Oct 2015 22:47:02 +0000 (18 15:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Oct 2015 22:37:52 +0000 (21 15:37 -0700)
treead9f96bd33a58a1e73ee9a7cc3b6e1a88e0d54ac
parentfbbcafd0607d6fccb2fde39c49619bcd7a7b910b
mailinfo: move global "line" into mailinfo() function

With the previous steps, it becomes clear that the mailinfo()
function is the only one that wants the "line" to be directly
touchable.  Move it to the function scope of this function.

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