From: Sebastian Pipping Date: Mon, 10 Sep 2012 01:38:40 +0000 (+0200) Subject: docs: Fix mail body generation hint X-Git-Tag: v3.4.43~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=82754773c5484f89e8918a2f3369a9473e878a6e;p=genkernel.git docs: Fix mail body generation hint --- diff --git a/HACKING b/HACKING index a802779..479f1aa 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.