From 0cf8a05c32aeee2c22f3040226692e2b415cbee6 Mon Sep 17 00:00:00 2001 From: tfheen Date: Mon, 5 Jan 2004 03:15:54 +0000 Subject: [PATCH] make the commit a bit more painless git-svn-id: file:///svn/tfheen/trunk/dotfiles@258 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- environment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment b/environment index 07ca64f..7131a82 100644 --- a/environment +++ b/environment @@ -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 () { -- 2.39.5