grab actual git hooks, not just samples

This commit is contained in:
maia tillie arson crimew 2021-10-26 21:46:53 +02:00
parent d1a3a4079a
commit 724f33d8f0
1 changed files with 12 additions and 2 deletions

View File

@ -19,19 +19,29 @@ var (
".git/COMMIT_EDITMSG",
".git/description",
".git/hooks/applypatch-msg.sample",
".git/hooks/applypatch-msg.sample",
".git/hooks/applypatch-msg.sample",
".git/hooks/applypatch-msg",
".git/hooks/commit-msg.sample",
".git/hooks/commit-msg",
".git/hooks/post-commit.sample",
".git/hooks/post-commit",
".git/hooks/post-receive.sample",
".git/hooks/post-receive",
".git/hooks/post-update.sample",
".git/hooks/post-update",
".git/hooks/pre-applypatch.sample",
".git/hooks/pre-applypatch",
".git/hooks/pre-commit.sample",
".git/hooks/pre-commit",
".git/hooks/pre-push.sample",
".git/hooks/pre-push",
".git/hooks/pre-rebase.sample",
".git/hooks/pre-rebase",
".git/hooks/pre-receive.sample",
".git/hooks/pre-receive",
".git/hooks/prepare-commit-msg.sample",
".git/hooks/prepare-commit-msg",
".git/hooks/update.sample",
".git/hooks/update",
".git/index",
".git/info/exclude",
".git/objects/info/packs",