From 20c414f1f28a5db836f986e0f8ded4fa30f2bd80 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 9 Sep 2026 08:05:48 -0700 Subject: [PATCH] update-from-lore: stop if patch does not apply --- update-from-lore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-from-lore.sh b/update-from-lore.sh index 7842c6a87a..eece0adb7d 100755 --- a/update-from-lore.sh +++ b/update-from-lore.sh @@ -95,7 +95,7 @@ sed -n -e '/^Message-Id: /{ }' | xargs -n1 b4 am -o- -T | tee ./+b4am.mbx | -git am -s3 && rm -f ./+b4am.mbx && +git am -s3 && rm -f ./+b4am.mbx || exit $? git range-diff --notes=amlog --crea=999 @{-1}... echo -n >&2 "Update [y/n]? "