From: Daniel Stenberg Date: Mon, 21 Jun 2010 20:42:36 +0000 (+0200) Subject: maketgz: produce CHANGES automatically with the 1000 most recent commits X-Git-Tag: curl-7_21_1~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1182c8bdcd2e8747c8ca5092b97ea2cf0607339e;p=thirdparty%2Fcurl.git maketgz: produce CHANGES automatically with the 1000 most recent commits It passes the git log output through 'log2changes.pl' to produce the lot. --- diff --git a/maketgz b/maketgz index a4c5614ba8..d4bcd269a6 100755 --- a/maketgz +++ b/maketgz @@ -126,6 +126,9 @@ make -s html echo "make pdf" make -s pdf +echo "produce CHANGES" +git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./log2changes.pl > CHANGES.dist + ############################################################################ # # Now run make dist to generate a tar.gz archive