aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2013-06-06 02:07:48 -0400
committerRobin H. Johnson <robbat2@gentoo.org>2013-06-14 14:43:34 +0000
commit85ba6ca74000e86334dae7768d4e0fc772c73274 (patch)
treed9a9a3679c2b639ec07ad368dc0b5e8d5a7922fe
parentBuild USB 3.0 support by default, bug #452888 (diff)
downloadgenkernel-85ba6ca74000e86334dae7768d4e0fc772c73274.tar.gz
genkernel-85ba6ca74000e86334dae7768d4e0fc772c73274.tar.bz2
genkernel-85ba6ca74000e86334dae7768d4e0fc772c73274.zip
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 <ryao@gentoo.org>
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 7ac0a60d..d8b9f214 100644
--- a/HACKING
+++ b/HACKING
@@ -35,7 +35,7 @@ Rolling a release:
<gentoo-genkernel@lists.gentoo.org> and <genkernel@gentoo.org>.
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.