From 9f1441da46c87531635fe742016124db2069db24 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Thu, 15 May 2014 11:17:31 +1000 Subject: [PATCH] update_trees: make the patch format explicit --- update_trees | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_trees b/update_trees index 266e9c2..d5c8697 100755 --- a/update_trees +++ b/update_trees @@ -83,7 +83,7 @@ for name in $quilters; do for f in $patches; do old_head=$(git rev-parse --verify HEAD) - execute git am "../quilt/$name/$f" + execute git am --patch-format=mbox "../quilt/$name/$f" new_head=$(git rev-parse --verify HEAD) [ "$new_head" = "$old_head" ] && { echo "Tree unchanged, please check ..." -- 2.39.5