From ff675b7d47f26fc25b26e2d73b3049ce6077262d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Sun, 3 Mar 2013 04:39:57 +0100 Subject: [PATCH] [git-notify] Oubli --- utils/git-notify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/git-notify b/utils/git-notify index 0b7d97d1..3708dabf 100755 --- a/utils/git-notify +++ b/utils/git-notify @@ -182,7 +182,7 @@ sub mail_notification($$$@) { exec ($mailer, "-s", $subject, "-a", "Content-Type: $content_type", - "-a", "X-CVSinfo: CRANS", + "-a", "X-CVSInfo: GIT", "-a", "X-DarcsInfo: CRANS-$repos_name", "-a", "X-GitInfo: CRANS-$repos_name", $name) or die "Cannot exec $mailer";