mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
We had a confusing and unpredictable mix of script names with - vs _, e.g. scripts/prepare-commit.sh vs scripts/sipify_all.sh This unifies with the preferred _ convention for script file names
4 lines
82 B
Bash
Executable File
4 lines
82 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
ln -sf ../../scripts/prepare_commit.sh .git/hooks/pre-commit
|