auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 4ebbf9091782e5181b540


From: Mosè Giordano
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 4ebbf9091782e5181b5408a5cd139d44db5414dc
Date: Wed, 11 Jan 2017 13:54:59 +0000 (UTC)

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 "GNU AUCTeX".

The branch, master has been updated
       via  4ebbf9091782e5181b5408a5cd139d44db5414dc (commit)
       via  a181b144ecee886aee7f9011e27b2f1ab67945dc (commit)
      from  826f17aeaf158b81653c2d9a03641c49d15d50fa (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 -----------------------------------------------------------------
commit 4ebbf9091782e5181b5408a5cd139d44db5414dc
Author: Mosè Giordano <address@hidden>
Date:   Wed Jan 11 14:41:13 2017 +0100

    Make gitlog-to-changelog ignore release-commit
    
    * Makefile.in (release-commit): Prefix the commit message with "; ", so that
    the commit will be ignored when automatically updating the ChangeLog.

diff --git a/Makefile.in b/Makefile.in
index 959ef30..b54a808 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -525,7 +525,7 @@ release-commit: check-tag
        cp $(CHANGELOG_N) ChangeLog-preview
        cat ChangeLog.old >> $(CHANGELOG_N)
        cat ChangeLog-preview.old >> ChangeLog-preview
-       git commit -m 'Release_$(TAG)' -- $(CHANGELOG_N) ChangeLog-preview
+       git commit -m '; Release_$(TAG)' -- $(CHANGELOG_N) ChangeLog-preview
        git tag release_`echo $(TAG) | sed -e 's/[.]/_/g'`
        @echo
        @echo "Congratulations!  Release $(TAG) of AUCTeX is ready."

commit a181b144ecee886aee7f9011e27b2f1ab67945dc
Author: Mosè Giordano <address@hidden>
Date:   Wed Jan 11 14:30:15 2017 +0100

    ; make change-history-commit

diff --git a/ChangeLog.1 b/ChangeLog.1
index 0f6364c..6555d64 100644
--- a/ChangeLog.1
+++ b/ChangeLog.1
@@ -20785,7 +20785,7 @@
 
 This file records repository revisions from
 commit c865982cacab289f4480f9145b3438ec06824232 (exclusive) to
-commit 7ef680c7a48ab31faea68c0291286dff28e5b9af (inclusive).
+commit 826f17aeaf158b81653c2d9a03641c49d15d50fa (inclusive).
 
 ;; Local Variables:
 ;; coding: utf-8

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

Summary of changes:
 ChangeLog.1 |    2 +-
 Makefile.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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