]> git.ozlabs.org Git - next-scripts/commitdiff
autogenerate the commit message for the quilt trees
authorStephen Rothwell <sfr@canb.auug.org.au>
Fri, 22 Aug 2008 07:24:51 +0000 (17:24 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 22 Aug 2008 07:24:51 +0000 (17:24 +1000)
fetch_trees

index eedd8301151ae8580647e1cb1c2464a4bb05eb0a..bc5ac7fad90ea3e36edb84af706c594bb844caca 100755 (executable)
@@ -92,6 +92,6 @@ done <../real_control
 
 cd ../quilt
 git add .
-git commit -v -a
+git commit -v -a -m "$(date '+%F-%H:%M')" -e
 
 exit 0