diff options
Diffstat (limited to '')
-rwxr-xr-x | hooks/post-commit | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hooks/post-commit b/hooks/post-commit deleted file mode 100755 index a1d41c712..000000000 --- a/hooks/post-commit +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -if [ -x ./packaging/update-tags ] -then - exec git diff HEAD^ | ./packaging/update-tags - -fi |