changeset 16206:5534ceec1676

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.
author Jim Meyering <meyering@redhat.com>
date Mon, 02 Jan 2012 10:59:17 +0100
parents 49f7527f743f
children 6b7ceb24d0d9
files ChangeLog build-aux/gitlog-to-changelog
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-01-02  Jim Meyering  <meyering@redhat.com>
+
+	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.
+
 2011-12-30  Jim Meyering  <meyering@redhat.com>
 
 	gitlog-to-changelog: don't malfunction when name contains %-directive
--- a/build-aux/gitlog-to-changelog
+++ b/build-aux/gitlog-to-changelog
@@ -3,7 +3,7 @@
     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 @@
 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
     }