From 82754773c5484f89e8918a2f3369a9473e878a6e Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 10 Sep 2012 03:38:40 +0200 Subject: docs: Fix mail body generation hint --- HACKING | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HACKING b/HACKING index a802779e..479f1aa8 100644 --- a/HACKING +++ b/HACKING @@ -36,7 +36,7 @@ Rolling a release: and . 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. -- cgit v1.2.3-65-gdbad