From: Bernardo Innocenti <bernie@codewiz.org>
Date: Thu, 11 Oct 2007 17:26:45 +0000 (+0200)
Subject: Adjust committer to new name.
X-Git-Tag: v3.0~51
X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=7a9835c20ae0e38b72dad085ae128b19c8737fb4;p=geekigeeki.git

Adjust committer to new name.
---

diff --git a/post_edit_hook.sh b/post_edit_hook.sh
index d12d0a7..fca8e24 100755
--- a/post_edit_hook.sh
+++ b/post_edit_hook.sh
@@ -15,6 +15,6 @@ file=`basename "$1"`
 cd $repo
 git-add $file # In case it's a new page
 
-GIT_COMMITTER_NAME='Piki Plus' \
+GIT_COMMITTER_NAME='GeekiGeeki' \
 GIT_COMMITTER_EMAIL='webmaster@codewiz.org' \
 git-commit -a -m "Edit page $file" --author="$2 <$2@$3>"