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 +