From 0d50921e9dc053ffe92e73eb5bc0450e179986ac Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Fri, 10 Aug 2007 18:07:22 +0200 Subject: [PATCH] new post-commit hook, signing now includes username --- admin/git_hooks/post-commit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin/git_hooks/post-commit b/admin/git_hooks/post-commit index 413bc0431..6eb70704c 100755 --- a/admin/git_hooks/post-commit +++ b/admin/git_hooks/post-commit @@ -7,6 +7,5 @@ # see wiki/index.html#GitNotes%20GitAliases for information -git sign "$(git-symbolic-ref HEAD | cut -d/ -f 3-)_signature" +git sign "$(git config user.email)/$(git-symbolic-ref HEAD | cut -d/ -f 3-)_signature" git publish -