Files
aerc-fork-mirror/contrib/commit-msg
Maarten Aertsen 65571b67d7 contrib: use sed -E for shell scripts
The + character is not part of the 'basic regular expressions' in BSD
grep. Use -E to enable extended (modern) regular expressions. Also
remove escaping. This makes the commit msg hook work on macOS 14.2.

Signed-off-by: Maarten Aertsen <maarten@nlnetlabs.nl>
Signed-off-by: Robin Jarry <robin@jarry.cc>
2024-02-29 00:04:21 +01:00

1.9 KiB
Executable File