From: Stephen Rothwell Date: Thu, 27 Jul 2017 15:40:33 +0000 (+1000) Subject: import_akpm: signoff the patches (since I am committing them X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=99d4f548bf8576e4f23cd1ab45e82930cb364464;p=next-scripts import_akpm: signoff the patches (since I am committing them This will interact better with the check_commits script --- diff --git a/import-akpm b/import-akpm index 7416311..59ab76d 100755 --- a/import-akpm +++ b/import-akpm @@ -78,7 +78,7 @@ for f in $patches; do } ;; *) - execute git am --patch-format=mbox "$mmotm/broken-out/$f" + execute git am -s --patch-format=mbox "$mmotm/broken-out/$f" ;; esac done