diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-06-21 22:42:36 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-06-21 22:42:36 +0200 |
commit | 1182c8bdcd2e8747c8ca5092b97ea2cf0607339e (patch) | |
tree | a449a5f8cf1aa0adac2f90551de9253bc9405d31 | |
parent | 55d2460fc3cb49facd33354e85ab1086b600c5ac (diff) | |
download | curl-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.
-rwxr-xr-x | maketgz | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |