1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00
emacs/build-aux/git-hooks
Jim Porter 9914de503b Improve the logic of the file entry Git hooks to support more cases
In addition to starting with a "*", file entries now need a ":"
somewhere in them.  This helps reduce false positives with bulleted
lists.  Also, support multiple files separated by commas after a "*".

* build-aux/git-hooks/commit-msg-files.awk (check_commit_msg_files):
Accumulate file entries over multiple lines to support the above.
2023-04-23 12:07:08 -07:00
..
commit-msg ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
commit-msg-files.awk Improve the logic of the file entry Git hooks to support more cases 2023-04-23 12:07:08 -07:00
post-commit Add Git hooks to check filenames listed in the commit message 2023-04-20 21:40:02 -07:00
pre-commit ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
pre-push Add Git hooks to check filenames listed in the commit message 2023-04-20 21:40:02 -07:00
prepare-commit-msg ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00