diff options
Diffstat (limited to 'build-aux/git-hooks/post-commit')
| -rwxr-xr-x | build-aux/git-hooks/post-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/git-hooks/post-commit b/build-aux/git-hooks/post-commit index 68d9995d915..05f2d778b5c 100755 --- a/build-aux/git-hooks/post-commit +++ b/build-aux/git-hooks/post-commit | |||
| @@ -42,4 +42,4 @@ else | |||
| 42 | fi | 42 | fi |
| 43 | 43 | ||
| 44 | git rev-parse HEAD | $awk -v reason=post-commit \ | 44 | git rev-parse HEAD | $awk -v reason=post-commit \ |
| 45 | -f .git/hooks/commit-msg-files.awk | 45 | -f ${GIT_DIR:-.git}/hooks/commit-msg-files.awk |