]> git.eshelyaron.com Git - emacs.git/commit
Add Git hooks to check filenames listed in the commit message
authorJim Porter <jporterbugs@gmail.com>
Thu, 13 Apr 2023 06:03:31 +0000 (23:03 -0700)
committerJim Porter <jporterbugs@gmail.com>
Fri, 21 Apr 2023 04:40:02 +0000 (21:40 -0700)
commit4416262f59f5e74d3991fdf9c06ad776eca50663
tree781c88e8f882e8cf1cda5c683528adcc4fd49a4c
parentc4e038c7be38b2e6cf2d2c7c39264f068f789c02
Add Git hooks to check filenames listed in the commit message

See <https://lists.gnu.org/archive/html/emacs-devel/2023-04/msg00274.html>.

* build-aux/git-hooks/commit-msg-files.awk:
* build-aux/git-hooks/post-commit:
* build-aux/git-hooks/pre-push: New files...
* autogen.sh: ... add them.
autogen.sh
build-aux/git-hooks/commit-msg-files.awk [new file with mode: 0644]
build-aux/git-hooks/post-commit [new file with mode: 0755]
build-aux/git-hooks/pre-push [new file with mode: 0755]