diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-10-10 02:12:12 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-10-10 02:12:12 +0200 |
commit | bc283f36c9144b67a187f4c16c557c1aa7285f4a (patch) | |
tree | be55dbaf785eb65030be0026dc18d7d24cc701f1 | |
parent | 1f16fa91d1a04b159be8c6afd39d06a52500c92a (diff) | |
download | mdk-bc283f36c9144b67a187f4c16c557c1aa7285f4a.tar.gz mdk-bc283f36c9144b67a187f4c16c557c1aa7285f4a.tar.bz2 |
ChangeLog generator updated
-rwxr-xr-x | gitlog-to-changelog | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gitlog-to-changelog b/gitlog-to-changelog index a0f8a08..7660af5 100755 --- a/gitlog-to-changelog +++ b/gitlog-to-changelog @@ -1,13 +1,15 @@ -#!/usr/bin/perl +eval '(exit $?0)' && eval 'exec perl -wS "$0" ${1+"$@"}' + & eval 'exec perl -wS "$0" $argv:q' + if 0; # Convert git log output to ChangeLog format. -my $VERSION = '2009-08-12 16:49'; # UTC +my $VERSION = '2009-10-30 13:46'; # 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 # do its job. Otherwise, update this string manually. -# Copyright (C) 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 2008-2010 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -179,6 +181,7 @@ sub quoted_cmd(@) } # Local Variables: +# mode: perl # indent-tabs-mode: nil # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "my $VERSION = '" |