aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-12-10 23:17:04 -0800
committerPaul Eggert2014-12-10 23:17:42 -0800
commit75b4857ef040863b4d53ea2a27993fdd8370f7af (patch)
treeb0143338cbc236782d789b248fd15fcb4d6ee319 /ChangeLog
parent9ac033203005ba53c4f1e65fcb44ae95edf1b402 (diff)
downloademacs-75b4857ef040863b4d53ea2a27993fdd8370f7af.tar.gz
emacs-75b4857ef040863b4d53ea2a27993fdd8370f7af.zip
Port commit-msg to mawk
Problem reported by Ted Zlatanov in: http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg01093.html * build-aux/git-hooks/commit-msg (space, non_space, non_print): New vars. Use them as approximations to POSIX bracket expressions, on implementations like mawk that do not support POSIX regexps.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4a4f2889b0..39d3eae6faf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
12014-12-11 Paul Eggert <eggert@cs.ucla.edu> 12014-12-11 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Port commit-msg to mawk
4 Problem reported by Ted Zlatanov in:
5 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg01093.html
6 * build-aux/git-hooks/commit-msg (space, non_space, non_print):
7 New vars. Use them as approximations to POSIX bracket expressions,
8 on implementations like mawk that do not support POSIX regexps.
9
3 Improve commit-msg messages and autosquash 10 Improve commit-msg messages and autosquash
4 Problem reported by Michal Nazarewicz in Bug#19337. 11 Problem reported by Michal Nazarewicz in Bug#19337.
5 * build-aux/git-hooks/commit-msg: Add "commit message" to 12 * build-aux/git-hooks/commit-msg: Add "commit message" to