From: Daniel Stenberg Date: Sat, 23 May 2015 22:09:23 +0000 (+0200) Subject: log2changes.pl: moved to scripts/ X-Git-Tag: curl-7_43_0~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a973517a915ce4ad408d239f9220b869ff8cf40;p=thirdparty%2Fcurl.git log2changes.pl: moved to scripts/ --- diff --git a/maketgz b/maketgz index 5aba1a3dcc..250b11f3ad 100755 --- a/maketgz +++ b/maketgz @@ -9,7 +9,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1998 - 2014, Daniel Stenberg, , et al. +# Copyright (C) 1998 - 2015, Daniel Stenberg, , 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 ############################################################################ # diff --git a/log2changes.pl b/scripts/log2changes.pl similarity index 100% rename from log2changes.pl rename to scripts/log2changes.pl