From 92b6b0c371d0cef7280864599b974a42748a8f4b Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Mon, 6 Nov 2017 07:54:38 +1100 Subject: [PATCH] update_trees: add my SOB line to the patches --- update_trees | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_trees b/update_trees index d5c8697..5d4e90a 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 --patch-format=mbox "../quilt/$name/$f" + execute git am -s --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