diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-02 16:28:02 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-02 16:33:52 -0500 |
commit | 3c6e767e44711b29ee3c938be18d70bb27023b7c (patch) | |
tree | 39582cd0e0e046e266c604a920da8de37ef3b633 /git-setup | |
parent | 1d1be654b4d7e069b5e1aafe7feceb28b07edd51 (diff) | |
parent | 3c80bf7cc1bd61f8c9edf4806f1e57611ba29fdd (diff) |
make: write a bit of HACKING.md
Diffstat (limited to 'git-setup')
-rwxr-xr-x | git-setup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ set -e cd "$(dirname -- "$(readlink -f -- "$0")")" if ! [[ -x .git/hooks/post-commit ]]; then - ln -sf bin/post-commit .git/hooks/post-commit + ln -srf bin/post-commit .git/hooks/post-commit fi |