commit: 9e6f035d49b86550770bf22a539e4efca045fa2a
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 23 17:58:36 2014 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Tue Dec 23 17:58:36 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/linux-patches.git;a=commit;h=9e6f035d
Emails for initial genpatches for a new version produced blank emails.
Hopefully fix this.
---
web/email-announcement.pl | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/web/email-announcement.pl b/web/email-announcement.pl
index b078ecc..51978ac 100755
--- a/web/email-announcement.pl
+++ b/web/email-announcement.pl
@@ -57,6 +57,10 @@ if ($rel > 1) {
@log_lines = `$cmd`;
}
}
+else {
+ $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log
--pretty=format:"%s (%an)" --name-status '.$tag;
+ @log_lines = `$cmd`;
+}
#if ($rel > 1) {