commit: 2b7dcd8759d1188ceb65677ae530c0c0565273d7
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 23 12:07:40 2015 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Tue Jun 23 12:07:40 2015 +0000
URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=2b7dcd87
Fix email annoucement for X.0.0 kernels.
web/email-announcement.pl | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/web/email-announcement.pl b/web/email-announcement.pl
index 51978ac..45ad54d 100755
--- a/web/email-announcement.pl
+++ b/web/email-announcement.pl
@@ -58,7 +58,9 @@ if ($rel > 1) {
}
}
else {
- $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log
--pretty=format:"%s (%an)" --name-status '.$tag;
+ # just do git log
+ #$cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log
--pretty=format:"%s (%an)" --name-status '.$ver;
+ $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log
--pretty=format:"%s (%an)" ';
@log_lines = `$cmd`;
}