diff options
author | Milian Wolff <mail@milianw.de> | 2021-06-29 09:30:21 +0200 |
---|---|---|
committer | Milian Wolff <mail@milianw.de> | 2021-06-29 09:30:50 +0200 |
commit | 58731b095951079497acf102f8b7630e97fc2028 (patch) | |
tree | 35a448b3870023984aaf62770c8de843dbb1de39 | |
parent | 6122a6c416583b34c4f92b155472e8e2ca0ebce2 (diff) | |
download | extra-cmake-modules-58731b095951079497acf102f8b7630e97fc2028.tar.gz extra-cmake-modules-58731b095951079497acf102f8b7630e97fc2028.tar.bz2 |
Make pre-commit hook executable
Otherwise recent versions of git will complain with:
```
hint: The '.git/hooks/pre-commit' hook was ignored because it's not set as executable.
hint: You can disable this warning with `git config advice.ignoredHook false`.
```
-rwxr-xr-x[-rw-r--r--] | kde-modules/kde-git-commit-hooks/pre-commit.in | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/kde-modules/kde-git-commit-hooks/pre-commit.in b/kde-modules/kde-git-commit-hooks/pre-commit.in index 36cdfd5d..36cdfd5d 100644..100755 --- a/kde-modules/kde-git-commit-hooks/pre-commit.in +++ b/kde-modules/kde-git-commit-hooks/pre-commit.in |