mailinfo: explicitly close file handle to the patch output
commite38ee06e99635cca0997d6a04f0c22357670090d
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Oct 2015 22:35:10 +0000 (14 15:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Oct 2015 05:13:27 +0000 (18 22:13 -0700)
treeec66a43a4cc9ef13d84431e86791c836b1d3faf7
parentb6af8ed13a73a705b79e79ecd7320f3e90e98315
mailinfo: explicitly close file handle to the patch output

This does not make a difference within the context of "git mailinfo"
that runs once and exits, as flushing and closing would happen upon
process termination.  It however will matter when we eventually make
it callable as an API function.

Besides, cleaning after yourself once you are done is a good hygiene.

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