diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1,5 +1,12 @@ | |||
| 1 | 2014-12-11 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-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 |