From 99d4f548bf8576e4f23cd1ab45e82930cb364464 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Fri, 28 Jul 2017 01:40:33 +1000 Subject: [PATCH] import_akpm: signoff the patches (since I am committing them This will interact better with the check_commits script --- import-akpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5