diff options
Diffstat (limited to 'build-aux/git-hooks/pre-push')
-rwxr-xr-x | build-aux/git-hooks/pre-push | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/git-hooks/pre-push b/build-aux/git-hooks/pre-push index 86c81e02d9a..b88a8ed8502 100755 --- a/build-aux/git-hooks/pre-push +++ b/build-aux/git-hooks/pre-push @@ -1,7 +1,7 @@ #!/bin/sh # Check the file list of GNU Emacs change log entries before pushing. -# Copyright 2023-2024 Free Software Foundation, Inc. +# Copyright 2023-2025 Free Software Foundation, Inc. # This file is part of GNU Emacs. |