In experimenting with a local commit hook that enforces coreutils' policy of starting each one-line commit log summary with program_name:, maint:, build:, etc., I found an automatically- generated commit that didn't follow the rules. This fixes it.
>From 5e6c3e3bf540d457e8aa9f7332071d163116296b Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyer...@redhat.com> Date: Thu, 8 Sep 2011 17:26:05 +0200 Subject: [PATCH] maint.mk: mark the post-release commit log with "maint: " prefix * top/maint.mk (emit-commit-log): Add "maint: " prefix to the one-line commit-log summary. --- ChangeLog | 6 ++++++ top/maint.mk | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d3a85a..86e7bcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-09-08 Jim Meyering <meyer...@redhat.com> + + maint.mk: mark the post-release commit log with "maint: " prefix + * top/maint.mk (emit-commit-log): Add "maint: " prefix to the + one-line commit-log summary. + 2011-09-08 Reuben Thomas <r...@sc3d.org> Bruno Haible <br...@clisp.org> diff --git a/top/maint.mk b/top/maint.mk index d364934..c9ffb95 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -1235,9 +1235,9 @@ emit_upload_commands: @echo ===================================== define emit-commit-log - printf '%s\n' 'post-release administrivia' '' \ - '* NEWS: Add header line for next release.' \ - '* .prev-version: Record previous version.' \ + printf '%s\n' 'maint: post-release administrivia' '' \ + '* NEWS: Add header line for next release.' \ + '* .prev-version: Record previous version.' \ '* cfg.mk (old_NEWS_hash): Auto-update.' endef -- 1.7.7.rc0.362.g5a14