grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v2.13-2-g9316626


From: Jim Meyering
Subject: grep branch, master, updated. v2.13-2-g9316626
Date: Fri, 06 Jul 2012 10:48:34 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  931662604740c3b8cf2f1ed198bb1cbeff039486 (commit)
      from  0c4a9265b30bce1bdda64617268d80d95f35a00f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=931662604740c3b8cf2f1ed198bb1cbeff039486


commit 931662604740c3b8cf2f1ed198bb1cbeff039486
Author: Jim Meyering <address@hidden>
Date:   Thu Jul 5 17:24:29 2012 +0200

    maint: correct log typo, to reflect in generated ChangeLog
    
    * Makefile.am (gen-ChangeLog): Use --amend, now that we must
    make our first log correction.
    * build-aux/git-log-fix: New file.

diff --git a/Makefile.am b/Makefile.am
index 954d3ca..ba6c278 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,6 +47,7 @@ gen_start_date = 2009-11-27
 gen-ChangeLog:
        $(AM_V_GEN)if test -d .git; then                                \
          $(top_srcdir)/build-aux/gitlog-to-changelog                   \
+           --amend=$(srcdir)/build-aux/git-log-fix                     \
            --since=$(gen_start_date) > $(distdir)/cl-t;                \
          rm -f $(distdir)/ChangeLog;                                   \
          mv $(distdir)/cl-t $(distdir)/ChangeLog;                      \
diff --git a/build-aux/git-log-fix b/build-aux/git-log-fix
new file mode 100644
index 0000000..b06803a
--- /dev/null
+++ b/build-aux/git-log-fix
@@ -0,0 +1,7 @@
+# This file is expected to be used via gitlog-to-changelog's --amend=FILE
+# option.  It specifies what changes to make to each given SHA1's commit
+# log and metadata, using Perl-eval'able expressions.
+
+074842d3e3054714a495252e582886f0e4ace4e4
+# Correct spelling of name:
+s/Mercer/Meixner/

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am           |    1 +
 build-aux/git-log-fix |    7 +++++++
 2 files changed, 8 insertions(+), 0 deletions(-)
 create mode 100644 build-aux/git-log-fix


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]