mailinfo: move patch_lines to struct mailinfo
commit43550efa714c0285f0173ff0cebf231956659d62
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Oct 2015 23:13:51 +0000 (14 16:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Oct 2015 22:39:01 +0000 (21 15:39 -0700)
treed8c983df6e2b462aedbface3a55e7534e4941728
parent13c6df2642343ec3d49e17082f38f191f175c742
mailinfo: move patch_lines to struct mailinfo

This one is trivial thanks to previous steps that started passing
the structure throughout the input codepaths.

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