]> git.ozlabs.org Git - next-scripts/blobdiff - import-akpm
import_akpm: signoff the patches (since I am committing them
[next-scripts] / 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