summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-06-21 22:42:36 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-06-21 22:42:36 +0200
commit1182c8bdcd2e8747c8ca5092b97ea2cf0607339e (patch)
treea449a5f8cf1aa0adac2f90551de9253bc9405d31 /maketgz
parent55d2460fc3cb49facd33354e85ab1086b600c5ac (diff)
downloadcurl-1182c8bdcd2e8747c8ca5092b97ea2cf0607339e.tar.gz
maketgz: produce CHANGES automatically with the 1000 most recent commits
It passes the git log output through 'log2changes.pl' to produce the lot.
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz3
1 files changed, 3 insertions, 0 deletions
diff --git a/maketgz b/maketgz
index a4c5614ba..d4bcd269a 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