aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2012-09-10 03:38:40 +0200
committerSebastian Pipping <sebastian@pipping.org>2012-09-10 03:38:43 +0200
commit82754773c5484f89e8918a2f3369a9473e878a6e (patch)
tree39f18abe6f504203cd7fbb4dbe5a17a3c22607a9
parentBump version to 3.4.42 (diff)
downloadgenkernel-82754773c5484f89e8918a2f3369a9473e878a6e.tar.gz
genkernel-82754773c5484f89e8918a2f3369a9473e878a6e.tar.bz2
genkernel-82754773c5484f89e8918a2f3369a9473e878a6e.zip
docs: Fix mail body generation hint
-rw-r--r--HACKING6
1 files changed, 3 insertions, 3 deletions
diff --git a/HACKING b/HACKING
index a802779..479f1aa 100644
--- a/HACKING
+++ b/HACKING
@@ -36,7 +36,7 @@ Rolling a release:
<gentoo-genkernel@lists.gentoo.org> and <genkernel@gentoo.org>.
Use
- PV_PREV=$(git tag -l | tail -n 2 | head -n 1)
- git diff ${PV_PREV}..${PV} ChangeLog | /bin/grep '^+\($\| \)' | sed 's|^+ *||' | xsel
+ PREV_TAG=$(git tag -l | tail -n 2 | head -n 1)
+ git diff ${PREV_TAG}..v${PV} ChangeLog | /bin/grep '^+\($\| \)' | sed 's|^+ *||' | xsel
- to generate that the mail body.
+ to generate the mail body.