From 64004c6bc0bc83ee9a91a9762b8456483fd38403 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 15 Mar 2015 16:02:34 +0100 Subject: [PATCH] Alternate email for pascalj --- AUTHORS | 2 +- NICKS | 2 +- changelog.sh | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 13a4c499..14c657d4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -34,7 +34,7 @@ Marc Laporte Marc Pujol Michael Jephcote Michael Tilli -Pascal Jungblut +Pascal Jungblut Peter Hoeg Philippe Schommers Phill Luby diff --git a/NICKS b/NICKS index c72e0b16..ac6118ce 100644 --- a/NICKS +++ b/NICKS @@ -32,7 +32,7 @@ marcindziadus marclaporte moshen mvdan -pascalj +pascalj peterhoeg philips piobpl diff --git a/changelog.sh b/changelog.sh index ec4849f6..72bd0666 100755 --- a/changelog.sh +++ b/changelog.sh @@ -7,3 +7,5 @@ fi git log --reverse --pretty=format:'* %s, @%aN)' "$since" | egrep 'fixes #\d|ref #\d' | sed 's/)[,. ]*,/,/' | sed 's/fixes #/#/g' | sed 's/ref #/#/g' +git diff "$since" -- AUTHORS +