]> granicus.if.org Git - git/commit
mailinfo: move handle_boundary() lower
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Oct 2015 18:03:20 +0000 (11:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Oct 2015 22:20:49 +0000 (15:20 -0700)
commit39afcd38196fa3594924a73896e5fa2bca21dd63
tree21369a1254a508cb431c464eb5b79e88e10c95b3
parent12d19e80b049dbedd51e9e6a70260383b9db4dd0
mailinfo: move handle_boundary() lower

This function wants to call find_boundary() and is called only from
one place without any recursing, so it becomes easier to read if it
appears after the called function.

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