From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B924A138200 for ; Sun, 9 Jun 2013 06:43:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C55B1E081D; Sun, 9 Jun 2013 06:43:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27250E07E8 for ; Sun, 9 Jun 2013 06:43:32 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 357D633E328 for ; Sun, 9 Jun 2013 06:43:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E9DB2E530A for ; Sun, 9 Jun 2013 06:43:28 +0000 (UTC) From: "Richard Yao" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Yao" Message-ID: <1370759063.eea69c00bd2d450a626a469ccb841edcec72f401.ryao@gentoo> Subject: [gentoo-commits] proj/genkernel:ryao commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: HACKING X-VCS-Directories: / X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: eea69c00bd2d450a626a469ccb841edcec72f401 X-VCS-Branch: ryao Date: Sun, 9 Jun 2013 06:43:28 +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: 7eb9fdd3-fd6d-47cf-8c1a-95705e57f4db X-Archives-Hash: 40e4f88d4510b588ddf3ba8272e0c1ea commit: eea69c00bd2d450a626a469ccb841edcec72f401 Author: Richard Yao gentoo org> AuthorDate: Thu Jun 6 06:07:48 2013 +0000 Commit: Richard Yao gentoo org> CommitDate: Sun Jun 9 06:24:23 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=eea69c00 Update HACKING to use git-shortlog The old command we used to generate a change history for announcement emails no longer works, so we switch to git-shortlog. Signed-off-by: Richard Yao gentoo.org> --- HACKING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING b/HACKING index 7ac0a60..d8b9f21 100644 --- a/HACKING +++ b/HACKING @@ -35,7 +35,7 @@ Rolling a release: and . Use - PREV_TAG=$(git tag -l | tail -n 2 | head -n 1) - git diff ${PREV_TAG}..v${PV} ChangeLog | /bin/grep '^+\($\| \)' | sed 's|^+ *||' | xsel + PREV_TAG=$(git tag -l | tail -n 2 | head -n 1) \ + git shortlog ${PREV_TAG}..v${PV} | xsel to generate the mail body.