]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/mailinfo.c
mailinfo: move global "FILE *fin, *fout" to struct mailinfo
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Oct 2015 22:40:04 +0000 (15:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Oct 2015 22:39:01 +0000 (15:39 -0700)
commit173aef7c2ee9aa0021dad7c70d30f9099be4a134
treec640135990f14671ffce77205b4aabb3d8b8896c
parent849106d5116e62d36070249f01adefc02cff157e
mailinfo: move global "FILE *fin, *fout" to struct mailinfo

This requires us to pass "struct mailinfo" to more functions
throughout the codepath that read input lines.  Incidentally,
later steps are helped by this patch passing the struct to
more callchains.

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