Merge branch 'gb/maint-am-patch-format-error-message' into maint
* gb/maint-am-patch-format-error-message: am: format is in $patch_format, not parse_patch
This commit is contained in:
commit
40ffc49876
@ -305,7 +305,8 @@ split_patches () {
|
|||||||
msgnum=
|
msgnum=
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
if test -n "$parse_patch" ; then
|
if test -n "$patch_format"
|
||||||
|
then
|
||||||
clean_abort "Patch format $patch_format is not supported."
|
clean_abort "Patch format $patch_format is not supported."
|
||||||
else
|
else
|
||||||
clean_abort "Patch format detection failed."
|
clean_abort "Patch format detection failed."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user