From: Bernie Innocenti Date: Fri, 31 Jul 2009 15:27:44 +0000 (+0200) Subject: git-add -> git add X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=d6541b16c43732373b638915db8701473c1729dc;p=geekigeeki.git git-add -> git add --- diff --git a/post_edit_hook.sh b/post_edit_hook.sh index 2c06f19..57dd0f8 100755 --- a/post_edit_hook.sh +++ b/post_edit_hook.sh @@ -13,7 +13,7 @@ repo=`dirname "$1"` file=`basename "$1"` cd $repo -git-add $file # In case it's a new page +git add $file # In case it's a new page GIT_COMMITTER_NAME='GeekiGeeki' \ GIT_COMMITTER_EMAIL='webmaster@codewiz.org' \