Remove git hooks

This commit is contained in:
Martin Pander
2023-12-11 14:28:57 +01:00
parent c88a1c6883
commit f2a2c2c214
10 changed files with 26 additions and 134 deletions

View File

@ -1,6 +0,0 @@
#!/bin/sh
set -e
PATH="/usr/local/bin:$PATH"
trap "rm -f .git/tags.$$" EXIT
ctags --tag-relative -Rf.git/tags.$$ --exclude=.git --fields=+l
mv .git/tags.$$ .git/tags

View File

@ -1,2 +1 @@
#!/bin/sh
.git/hooks/ctags > /dev/null 2>&1 &

View File

@ -1,3 +1 @@
#!/bin/sh
#git push origin
.git/hooks/ctags > /dev/null 2>&1 &

View File

@ -1,2 +1 @@
#!/bin/sh
.git/hooks/ctags > /dev/null 2>&1 &