diff options
| -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 = '" | 
