From: Stephen Rothwell Date: Sun, 5 Nov 2017 20:54:38 +0000 (+1100) Subject: update_trees: add my SOB line to the patches X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=92b6b0c371d0cef7280864599b974a42748a8f4b;p=next-scripts update_trees: add my SOB line to the patches --- 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 ..."