]> granicus.if.org Git - curl/commitdiff
log2changes.pl: moved to scripts/
authorDaniel Stenberg <daniel@haxx.se>
Sat, 23 May 2015 22:09:23 +0000 (00:09 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 23 May 2015 22:09:23 +0000 (00:09 +0200)
maketgz
scripts/log2changes.pl [moved from log2changes.pl with 100% similarity]

diff --git a/maketgz b/maketgz
index 5aba1a3dcc3027761eae7d9336fbcdf0a9b1b713..250b11f3ada0646706375ee0fa0d1b2ca8885cb6 100755 (executable)
--- a/maketgz
+++ b/maketgz
@@ -9,7 +9,7 @@
 #                            | (__| |_| |  _ <| |___
 #                             \___|\___/|_| \_\_____|
 #
-# Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # This software is licensed as described in the file COPYING, which
 # you should have received as part of this distribution. The terms
@@ -128,7 +128,7 @@ echo "make vc-ide"
 make -s vc-ide
 
 echo "produce CHANGES"
-git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./log2changes.pl > CHANGES.dist
+git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./scripts/log2changes.pl > CHANGES.dist
 
 ############################################################################
 #
similarity index 100%
rename from log2changes.pl
rename to scripts/log2changes.pl