The branch, master has been updated via 3355888e83296090c15db82964a4c21bc2b5c720 (commit) from a1471c9fbec16fb899f2ff210ced5aedaf32ea86 (commit)
- Log ----------------------------------------------------------------- commit 3355888e83296090c15db82964a4c21bc2b5c720 Author: Michal Čihař michal@cihar.com Date: Thu Apr 1 15:42:33 2010 +0200
Fixup author name in CIA notifications.
-----------------------------------------------------------------------
Summary of changes: git-hooks/git-ciabot | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/git-hooks/git-ciabot b/git-hooks/git-ciabot index dd81b63..92f0e3c 100755 --- a/git-hooks/git-ciabot +++ b/git-hooks/git-ciabot @@ -56,7 +56,7 @@ rev=$(git describe ${merged} 2>/dev/null)
rawcommit=$(git cat-file commit ${merged})
-author=$(sed -n -e '/^author .*<([^@]*).*$/s--\1-p' \ +author=$(sed -n -e '/^author .*<([^>]*).*$/s--\1-p' \ <<< "${rawcommit}")
logmessage=$(sed -e '1,/^$/d' <<< "${rawcommit}")
hooks/post-receive