commit: 5fb529bfb695f2a52ae32ec8d4ccffbdc9ba0d49
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 12 23:02:04 2018 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Tue Jun 12 23:02:04 2018 +0000
URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=5fb529bf
Work on email creation for -1 tags
web/email-announcement.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/email-announcement.pl b/web/email-announcement.pl
index 59c50b0..c533ae5 100755
--- a/web/email-announcement.pl
+++ b/web/email-announcement.pl
@@ -60,7 +60,7 @@ if ($rel > 1) {
else {
# 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)" ';
+ $cmd='git --no-pager -C '.${LOCAL_TMP}.'/linux-patches log
--pretty=format:"%s (%an)" ..'.$tag;
@log_lines = `$cmd`;
}