[Xfce4-commits] <xfce-git-hooks:master> Too many typos lately... fix the noreply address for newly created tags.
Jannis Pohlmann
noreply at xfce.org
Fri Sep 18 04:12:01 CEST 2009
Updating branch refs/heads/master
to 1a3455349145bd8a8564a517c83a8402caf938b1 (commit)
from 12f2f09b216b4e7d2ef28779e2d7a9fe4e7ea7c9 (commit)
commit 1a3455349145bd8a8564a517c83a8402caf938b1
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Fri Sep 18 04:11:43 2009 +0200
Too many typos lately... fix the noreply address for newly created tags.
hooks/update-03-send-commit-mails | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hooks/update-03-send-commit-mails b/hooks/update-03-send-commit-mails
index ba8a5a5..dffd447 100755
--- a/hooks/update-03-send-commit-mails
+++ b/hooks/update-03-send-commit-mails
@@ -42,7 +42,7 @@ xfce_git_hook_committer()
xfce_git_hook_tagger()
{
- git show --summary "$1" | grep '^Tagger:' | sed 's/^Tagger: //' | sed 's/<.*>/noreply at xfce.org/'
+ git show --summary "$1" | grep '^Tagger:' | sed 's/^Tagger: //' | sed 's/<.*>/<noreply at xfce.org>/'
}
xfce_git_hook_short_refname()
More information about the Xfce4-commits
mailing list