mailinfo: introduce "struct mailinfo" to hold globals
commitc69f2395ba6f4bc96542d6d52987989992331226
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Oct 2015 05:22:10 +0000 (18 22:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Oct 2015 22:37:52 +0000 (21 15:37 -0700)
tree46a0cd362cfa92607e818adbbcd6cefe66dfe984
parent6e21b5089f981e0e239bee722fc0d0edec703b8a
mailinfo: introduce "struct mailinfo" to hold globals

In this first step, move only 'email' and 'name' fields in there and
remove the corresponding globals.  In subsequent patches, more
globals will be moved to this and the structure will be passed
around as a new parameter to more functions.

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