From 7a9835c20ae0e38b72dad085ae128b19c8737fb4 Mon Sep 17 00:00:00 2001 From: Bernardo Innocenti Date: Thu, 11 Oct 2007 19:26:45 +0200 Subject: [PATCH] Adjust committer to new name. --- post_edit_hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>" -- 2.25.1