autoconf-archive-commits
[Top][All Lists]
Advanced

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

GNU Autoconf Archive branch master updated. v2013.11.01-18-ge830c8b


From: E-mail notifications for the Autoconf Archive git repository.
Subject: GNU Autoconf Archive branch master updated. v2013.11.01-18-ge830c8b
Date: Tue, 18 Feb 2014 11:17:50 +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 "GNU Autoconf Archive".

The branch, master has been updated
       via  e830c8b06a0058b317a8dedfbc51a83de274ad5a (commit)
      from  7a97956f261a43897e88c14ef3b2f650fadc8556 (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 e830c8b06a0058b317a8dedfbc51a83de274ad5a
Author: Peter Simons <address@hidden>
Date:   Tue Feb 18 12:17:38 2014 +0100

    Deal with changed git-log behavior in version 1.9.x.
    
    The latest version of git-log tracks the origin of a given file through
    sub-module commits. The macro AX_ABSOLUTE_HEADER, for instance, used to
    have 6 commits attributed to it, but now it has 26:
    
      $ git log --oneline -- m4/ax_absolute_header.m4
      27948f4 ALL: update web site URL to 
http://www.gnu.org/software/autoconf-archive/MACRO-NAME.html
      c6b6f51 Assigned all macros a unique serial number.
      89b80e0 Augmented the text of the all-permissive license by an express 
warranty disclaimer.
      d722dcd Add AU_ALIAS calls to new files for all recently renamed macros.
      6fc99d3 Center the URL at the top of every file and use consistent 
word-wrapping.
      acffb06 Rename gl_TRILINOS_ABSOLUTE_HEADER to AX_ABSOLUTE_HEADER.
      054e8ad remove m4 submodule
      fa1b1bb m4: update reference to macro branch
      548839e m4: update reference to macro branch
      d9afb8a m4: update reference to macro branch
      8968e9d m4: update reference to macro branch
      862b513 Avoid non-ASCII characters in m4 files.
      d7160b6 m4: update reference to macro branch
      9062013 m4: update reference to macro branch
      3cf85b5 m4: update reference to macro branch
      49af2e9 m4: update reference to macro branch
      950f2a7 m4: update reference to macro branch
      c610f41 m4: update reference to macro branch
      78d7777 m4: update reference to macro branch
      ddd0b53 m4: update reference to macro branch
      fcb87e1 m4: update reference to macro branch
      702ea3c m4: update reference to macro branch
      cee9eea m4: update reference to macro branch
      e3df236 m4: update reference to macro branch
      3c89e38 m4: update reference to macro branch
      3b30002 maint: added initial version of the toolchain
    
    This new behavior means that most of our macros suddenly experience large
    bumps in their #serial number for no apparent reason.
    
    To prevent this situation, we limit the version history git-log may
    consider to 054e8ad..HEAD, i.e. all commits prior to the sub-module merge
    don't count. This gives us the old behavior of git-log back.

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

Summary of changes:
 macro.py      |    2 +-
 set-serial.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU Autoconf Archive



reply via email to

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