mailinfo: move keep_subject & keep_non_patch_bracket to struct mailinfo
commit849106d5116e62d36070249f01adefc02cff157e
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Oct 2015 22:39:37 +0000 (14 15:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Oct 2015 22:37:53 +0000 (21 15:37 -0700)
treeba18774c4598d4c1464ed27c63a6d1588c42a41f
parentc69f2395ba6f4bc96542d6d52987989992331226
mailinfo: move keep_subject & keep_non_patch_bracket to struct mailinfo

These two are the only easy ones that do not require passing the
structure around to deep corners of the callchain.

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