summaryrefslogtreecommitdiff
path: root/lib/gitlog-to-changelog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-09-16 18:02:10 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-09-16 20:39:54 -0700
commitf4da36d7ffdde4ef05c99d861ce4bc01412f8dd1 (patch)
treecbb9e12b1cc23af6d2bce130d9ef7968a63f8ebd /lib/gitlog-to-changelog
parent09c7f53e3f87a0f819d9478e378d1d9f1855841a (diff)
downloadautomake-f4da36d7ffdde4ef05c99d861ce4bc01412f8dd1.tar.gz
make fetch
Diffstat (limited to 'lib/gitlog-to-changelog')
-rwxr-xr-xlib/gitlog-to-changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/gitlog-to-changelog b/lib/gitlog-to-changelog
index cf1642546..3c94bd56a 100755
--- a/lib/gitlog-to-changelog
+++ b/lib/gitlog-to-changelog
@@ -3,7 +3,7 @@ eval '(exit $?0)' && eval 'exec perl -wS "$0" "$@"'
if 0;
# Convert git log output to ChangeLog format.
-my $VERSION = '2016-03-22 21:49'; # UTC
+my $VERSION = '2017-09-13 06:45'; # UTC
# The definition above must lie within the first 8 lines in order
# for the Emacs time-stamp write hook (at end) to update it.
# If you change this file with Emacs, please let the write hook
@@ -22,7 +22,7 @@ my $VERSION = '2016-03-22 21:49'; # UTC
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Written by Jim Meyering
@@ -33,7 +33,7 @@ use POSIX qw(strftime);
(my $ME = $0) =~ s|.*/||;
-# use File::Coda; # http://meyering.net/code/Coda/
+# use File::Coda; # https://meyering.net/code/Coda/
END {
defined fileno STDOUT or return;
close STDOUT and return;