From 9f6b4e73050651c9fe171be32f24495548d16ba0 Mon Sep 17 00:00:00 2001 From: Victor Seiji Hariki Date: Sun, 1 Jan 2023 22:39:20 -0300 Subject: [PATCH] separate hooks by platform Signed-off-by: Victor Seiji Hariki --- .devtools/sethooks.sh | 2 +- .githooks/{ => linux}/pre-commit | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .githooks/{ => linux}/pre-commit (100%) diff --git a/.devtools/sethooks.sh b/.devtools/sethooks.sh index 7df28b7..ddb6619 100755 --- a/.devtools/sethooks.sh +++ b/.devtools/sethooks.sh @@ -1,3 +1,3 @@ #!/usr/bin/sh -git config core.hooksPath .githooks \ No newline at end of file +git config core.hooksPath .githooks/linux \ No newline at end of file diff --git a/.githooks/pre-commit b/.githooks/linux/pre-commit similarity index 100% rename from .githooks/pre-commit rename to .githooks/linux/pre-commit