summaryrefslogtreecommitdiff
path: root/build-aux/gitlog-to-changelog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-02 10:59:17 +0100
committerJim Meyering <meyering@redhat.com>2012-01-02 10:59:17 +0100
commitd6e34eccef7fdd4032743eab7c0b1b92c31399e9 (patch)
treef01ad9d966936567b244da1155de6930dd7387f8 /build-aux/gitlog-to-changelog
parenteeb61e0de5ab19b591f121170e7c66f3d6a5790a (diff)
downloadgnulib-d6e34eccef7fdd4032743eab7c0b1b92c31399e9.tar.gz
gitlog-to-changelog: fix typo in --help: show backslash before email @
* build-aux/gitlog-to-changelog (usage): An "@" was backslash-escaped in sources, but not in actual output.
Diffstat (limited to 'build-aux/gitlog-to-changelog')
-rwxr-xr-xbuild-aux/gitlog-to-changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/gitlog-to-changelog b/build-aux/gitlog-to-changelog
index c3434a9ee3..8825685aa8 100755
--- a/build-aux/gitlog-to-changelog
+++ b/build-aux/gitlog-to-changelog
@@ -3,7 +3,7 @@ eval '(exit $?0)' && eval 'exec perl -wS "$0" ${1+"$@"}'
if 0;
# Convert git log output to ChangeLog format.
-my $VERSION = '2011-12-30 17:48'; # UTC
+my $VERSION = '2012-01-02 09:55'; # 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
@@ -93,7 +93,7 @@ s/all tile types/all file types/
1379ed974f1fa39b12e2ffab18b3f7a607082202
# Due to a bug in vc-dwim, I mis-attributed a patch by Paul to myself.
# Change the author to be Paul. Note the escaped "@":
-s,Jim .*>,Paul Eggert <eggert\@cs.ucla.edu>,
+s,Jim .*>,Paul Eggert <eggert\\\@cs.ucla.edu>,
EOF
}