Stefan Kangas
|
7fa975adbc
|
Update copyright year to 2025
Run "TZ=UTC0 admin/update-copyright".
|
2025-01-02 18:39:42 +01:00 |
|
Po Lu
|
070cb32463
|
; Add 2024 to copyright years
|
2024-01-02 10:30:05 +08:00 |
|
Jim Porter
|
f204c4a6cf
|
; Use a Bourne shell-compatible form for command substitution
* build-aux/git-hooks/post-commit:
* build-aux/git-hooks/pre-push: Use `` instead of $().
|
2023-05-04 22:44:40 -07:00 |
|
Jim Porter
|
eb3a90619f
|
; Allow spaces in directory names for Git hooks
* build-aux/git-hooks/post-commit:
* build-aux/git-hooks/pre-push: Quote "$HOOKS_DIR" to allow spaces.
|
2023-05-04 21:04:46 -07:00 |
|
Jim Porter
|
d3ec68f5e4
|
; Fix post-commit and pre-push hooks in worktrees again
* build-aux/git-hooks/post-commit:
* build-aux/git-hooks/pre-push: Use "$(dirname $0)" to get the hooks
directory.
|
2023-05-04 09:22:40 -07:00 |
|
Jim Porter
|
d01543f114
|
; Use $GIT_DIR to find the .git directory inside our hooks
This resolves an issue with running the hooks from a worktree. See
<https://lists.gnu.org/archive/html/emacs-devel/2023-05/msg00000.html>.
* build-aux/git-hooks/post-commit:
* build-aux/git-hooks/pre-push: Use $GIT_DIR.
|
2023-05-01 09:51:56 -07:00 |
|
Jim Porter
|
4416262f59
|
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.
|
2023-04-20 21:40:02 -07:00 |
|