]> code.delx.au - gnu-emacs/blobdiff - ChangeLog
Improve commit-msg messages and autosquash
[gnu-emacs] / ChangeLog
index 0cf1fe668f80c2d82c04f2ecb35660985028f43d..d4a4f2889b04a8732a03cb5d91a775a2343ad275 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,32 @@
+2014-12-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Improve commit-msg messages and autosquash
+       Problem reported by Michal Nazarewicz in Bug#19337.
+       * build-aux/git-hooks/commit-msg: Add "commit message" to
+       diagnostics.  Distinguish better between tabs and other
+       unprintable chars in diagnostics.  Don't complain if a prefix
+       "fixup! " or "squash! " makes a summary line too long.
+
+2014-12-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Port commit-message checking to FreeBSD 9.
+       This fixes a bug reported by Jan Djärv in:
+       http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00704.html
+       along with some other issues I noticed while testing with FreeBSD.
+       * build-aux/git-hooks/commit-msg: Prefer gawk if available.
+       Prefer en_US.UTF-8 to en_US.utf8, as it's more portable.
+       Work around bug in FreeBSD 9 awk, where /[[:cntrl:]]/ matches
+       ordinary text characters.
+       Be less tricky about quoting "'" in a shell script.
+
+2014-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * .gitignore: Ignore autosave files.
+
 2014-12-01  Paul Eggert  <eggert@cs.ucla.edu>
 
        * .gitignore: Remove redundant pattern (subsumed by _*).
+       Avoid "**", as it requires Git 1.8.2 or later.
 
 2014-11-21  Paul Eggert  <eggert@cs.ucla.edu>
 
 2014-11-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * .gitignore: Copy over sufficient ignorable files from the old
-       .bzrignore that a simple build doesn't list lots of unregistered
-       files.
+       .bzrignore that a simple build doesn't list lots of unregistered files.
 
 2014-11-11  Eric S. Raymond  <esr@thyrsus.com>
 
 
        All bzr revision IDS, and all CVS revision IDs for which a commit
        could be identified, were changed to time-date!committer version
-       stamps. All .cvsignore files in the history became .gitignore
-       files. Fixes-bug annotations from bzr were copied into the
+       stamps.  All .cvsignore files in the history became .gitignore
+       files.  Fixes-bug annotations from bzr were copied into the
        corresponding commit comments.
 
        (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org.
        The last CVS commit was 2009-12-27T08:11:12Z!cyd@stupidchicken.com.)
 
        Committer/author email addresses are generally correct for the
-       transition day, not necessarily when the comit was originally
-       made.
+       transition day, not necessarily when the commit was originally made.
 
 2014-11-05  Glenn Morris  <rgm@gnu.org>