diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-10-15 00:35:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-19 07:13:27 +0200 |
commit | e38ee06e99635cca0997d6a04f0c22357670090d (patch) | |
tree | ec66a43a4cc9ef13d84431e86791c836b1d3faf7 /gpg-interface.c | |
parent | mailinfo: fix an off-by-one error in the boundary stack (diff) | |
download | git-e38ee06e99635cca0997d6a04f0c22357670090d.tar.xz git-e38ee06e99635cca0997d6a04f0c22357670090d.zip |
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>
Diffstat (limited to 'gpg-interface.c')
0 files changed, 0 insertions, 0 deletions