Skip to content

Commit 4c74197

Browse files
authored
Merge pull request #16 from bandi13/rmPreCommitHooks
Nobody uses the pre-commit hooks
2 parents a2684c9 + 9ccccd2 commit 4c74197

2 files changed

Lines changed: 0 additions & 53 deletions

File tree

autogen.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,5 @@
55
# Create configure and makfile stuff...
66
#
77

8-
# Git hooks must be setup before autoreconf
9-
if [ -d .git ]; then
10-
if [ ! -d .git/hooks ]; then
11-
mkdir .git/hooks
12-
fi
13-
ln -s -f ../../pre-commit.sh .git/hooks/pre-commit
14-
fi
15-
168
autoreconf --install --force --verbose
179

pre-commit.sh

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)