From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D6E2138334 for ; Tue, 12 Jun 2018 23:02:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 488BDE0831; Tue, 12 Jun 2018 23:02:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20676E0831 for ; Tue, 12 Jun 2018 23:02:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02208335C60 for ; Tue, 12 Jun 2018 23:02:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54C1C2BE for ; Tue, 12 Jun 2018 23:02:17 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1528844524.5fb529bfb695f2a52ae32ec8d4ccffbdc9ba0d49.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/ X-VCS-Repository: proj/linux-patches X-VCS-Files: web/email-announcement.pl X-VCS-Directories: web/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 5fb529bfb695f2a52ae32ec8d4ccffbdc9ba0d49 X-VCS-Branch: genpatches-misc Date: Tue, 12 Jun 2018 23:02:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 83481b95-05c8-48b6-867e-09bbe412b4be X-Archives-Hash: 1d43c884c55266cb80f31a5965ada601 commit: 5fb529bfb695f2a52ae32ec8d4ccffbdc9ba0d49 Author: Mike Pagano gentoo org> AuthorDate: Tue Jun 12 23:02:04 2018 +0000 Commit: Mike Pagano gentoo 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`; }