Auto-tag with signed-off-by
authorJens Axboe <jens.axboe@oracle.com>
Wed, 28 Feb 2007 12:24:33 +0000 (13:24 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 28 Feb 2007 12:24:33 +0000 (13:24 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
ag-commit

index e0b4a4d6d1607f196cea32b19aa39227a7e57dbe..2f7c2ba1b2fa8307e63976f3b6dd120752abaed0 100755 (executable)
--- a/ag-commit
+++ b/ag-commit
@@ -55,7 +55,7 @@ if [ -f changelog.txt ]; then
        git commit -m changelog.txt
        rm -rf changelog.txt
 else
-       git commit
+       git commit -s "Jens Axboe <jens.axboe@oracle.com"
 fi
 
 unset GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL GIT_COMMITTER_NAME GIT_COMMITTER_EMAIL