[Xfce4-commits] <xfce-git-migration:master> set envelope sender for commit mails to noreply at xfce dot org
Brian J. Tarricone
brian at tarricone.org
Thu Aug 13 21:44:01 CEST 2009
Updating branch refs/heads/master
to 14e020971cab76c854a982c24f018b3764e66d24 (commit)
from 5884097234a60bc751b93b416ea6c5d27a3a59b7 (commit)
commit 14e020971cab76c854a982c24f018b3764e66d24
Author: Brian J. Tarricone <brian at tarricone.org>
Date: Thu Aug 13 19:42:06 2009 +0000
set envelope sender for commit mails to noreply at xfce dot org
set-hooks.sh | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/set-hooks.sh b/set-hooks.sh
index 2207153..4ce64b9 100755
--- a/set-hooks.sh
+++ b/set-hooks.sh
@@ -13,6 +13,7 @@ for d in `find -type d -name hooks`; do
done
GIT_DIR=`dirname $d` git config xfce-hooks.mailinglist xfce4-commits at xfce.org
+ GIT_DIR=`dirname $d` git config xfce-hooks.envelopesender noreply at xfce.org
done
popd &>/dev/null
More information about the Xfce4-commits
mailing list