aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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