]> git.ozlabs.org Git - next-scripts/commitdiff
import_akpm: signoff the patches (since I am committing them
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 27 Jul 2017 15:40:33 +0000 (01:40 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 27 Jul 2017 15:40:33 +0000 (01:40 +1000)
This will interact better with the check_commits script

import-akpm

index 7416311d7449ff9aef4b54fc65baa295055775c9..59ab76d5c3a03bb2539829ab283d19ba086a2188 100755 (executable)
@@ -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