projects
/
geekigeeki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cd7e79
)
Adjust committer to new name.
author
Bernardo Innocenti
<bernie@codewiz.org>
Thu, 11 Oct 2007 17:26:45 +0000
(19:26 +0200)
committer
Bernardo Innocenti
<bernie@codewiz.org>
Thu, 11 Oct 2007 17:26:45 +0000
(19:26 +0200)
post_edit_hook.sh
patch
|
blob
|
history
diff --git
a/post_edit_hook.sh
b/post_edit_hook.sh
index d12d0a79257f0fad2ef4b719513abc3ab580a926..fca8e24a856da03ee5014e89c47802e765a5f5c9 100755
(executable)
--- 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>"