summaryrefslogtreecommitdiff
path: root/repo/hooks/pre-push
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-01-30 22:59:24 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-01-30 22:59:24 +0100
commitf72958c4172d9a0f6a08ff35d6c5b31bfe255cb4 (patch)
treedb85bc2f7525d73b322d83f52b7b8660553f104b /repo/hooks/pre-push
parent57980450d50232b049ab2ff07ee0e29a96e07da3 (diff)
downloadmemory-leaks-f72958c4172d9a0f6a08ff35d6c5b31bfe255cb4.tar.xz
Remove hooks
Maybe I'll miss them someday when I start writing reviews again; as things stand, the pre-push hook merely makes git push slow for no reason, since it checks for Markdown links and I'm not using Markdown as much as I used to.
Diffstat (limited to 'repo/hooks/pre-push')
-rwxr-xr-xrepo/hooks/pre-push3
1 files changed, 0 insertions, 3 deletions
diff --git a/repo/hooks/pre-push b/repo/hooks/pre-push
deleted file mode 100755
index ad0e03f..0000000
--- a/repo/hooks/pre-push
+++ /dev/null
@@ -1,3 +0,0 @@
-#/bin/bash
-
-./repo/hooks/check-links.sh