]> err.no Git - dotfiles/commitdiff
make the commit a bit more painless
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Mon, 5 Jan 2004 03:15:54 +0000 (03:15 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Mon, 5 Jan 2004 03:15:54 +0000 (03:15 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@258 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

environment

index 07ca64fe1a3396acb720853bb2fafb3d480f9f5f..7131a8253f013745fff3498db92b64767f16558d 100644 (file)
@@ -29,7 +29,7 @@ blog () {
     FILE=$HOME/blog/$CAT/$(date +"%Y-%m-%d-%H-%M")_$SUBJ.txt
     $EDITOR $FILE
     cvs add $FILE
-    cvs ci $FILE
+    cvs ci -m"Initial commit" $FILE
 }
 
 is_debian () {