Re: [PATCH] am: format is in $patch_format, not parse_patch
From: Junio C Hamano <hidden> Date: 2016-06-15 22:51:56
Giuseppe Bilotta [off-list ref] writes:
The error message given when the patch format was not recognized was
wrong, since the variable checked was $parse_patch rather than
$patch_format. Fix by checking the non-emptyness of the correct
variable.
Thanks for a fix to a problem that is from more than two years ago ;-)