mirror of
git://f0xx.org/android_cast
synced 2026-07-29 06:18:42 +03:00
contrib header changes
This commit is contained in:
9
scripts/install-git-hooks.sh
Executable file
9
scripts/install-git-hooks.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
# Install repo git hooks (header pre-commit).
|
||||
set -euo pipefail
|
||||
ROOT="$(cd "$(dirname "$0")/.." && pwd)"
|
||||
git -C "$ROOT" config core.hooksPath .githooks
|
||||
chmod +x "$ROOT/.githooks/pre-commit"
|
||||
chmod +x "$ROOT/scripts/header-pre-commit.py"
|
||||
chmod +x "$ROOT/scripts/apply-project-headers.py"
|
||||
echo "Installed hooks via core.hooksPath=.githooks"
|
||||
Reference in New Issue
Block a user