Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/
Date: Tue, 12 Jun 2018 23:02:22
Message-Id: 1528844524.5fb529bfb695f2a52ae32ec8d4ccffbdc9ba0d49.mpagano@gentoo
1 commit: 5fb529bfb695f2a52ae32ec8d4ccffbdc9ba0d49
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 12 23:02:04 2018 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 12 23:02:04 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=5fb529bf
7
8 Work on email creation for -1 tags
9
10 web/email-announcement.pl | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/web/email-announcement.pl b/web/email-announcement.pl
14 index 59c50b0..c533ae5 100755
15 --- a/web/email-announcement.pl
16 +++ b/web/email-announcement.pl
17 @@ -60,7 +60,7 @@ if ($rel > 1) {
18 else {
19 # just do git log
20 #$cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log --pretty=format:"%s (%an)" --name-status '.$ver;
21 - $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log --pretty=format:"%s (%an)" ';
22 + $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log --pretty=format:"%s (%an)" ..'.$tag;
23 @log_lines = `$cmd`;
24 }