]> Savannah Git Hosting - gnulib.git/commit
Replace manually crafted hex regexes with [:xdigit:]
authorKonstantin Kharlamov <Hi-Angel@yandex.ru>
Sat, 6 Jul 2019 14:59:49 +0000 (07:59 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 6 Jul 2019 15:00:16 +0000 (08:00 -0700)
commit32a64c67192c9d9a892a9f52473cc402d7e9c135
treef72a2ea58f336e104b354dd3baf4f9503502bdab
parent9c16aa2929fa401e7e02efc7c983da224ab5dfc1
Replace manually crafted hex regexes with [:xdigit:]

* build-aux/gitlog-to-changelog (parse_amend_file)
(git_dir_option):
Replace various combinations of [0-9a-fA-F] with [[:xdigit:]].
This patch is backported from Emacs (Bug#36167).
ChangeLog
build-aux/gitlog-to-changelog