diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-03-12 22:40:41 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-03-12 22:40:41 +0100 |
| commit | 9dfca25455dbac7fad721bac44daa9d9a149475a (patch) | |
| tree | 3fca1408fc63a679486365f7f2c12c7be590c110 /scripts/pre-push | |
| parent | d1ae8a072d5de600d24409ed1c02c6fdf95b566c (diff) | |
| download | memory-leaks-9dfca25455dbac7fad721bac44daa9d9a149475a.tar.xz | |
Make hooks easier to setup & maintain
By giving them meaningful names and adding a master script to call
them all.
Diffstat (limited to 'scripts/pre-push')
| -rwxr-xr-x | scripts/pre-push | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/pre-push b/scripts/pre-push deleted file mode 100755 index d0c019d..0000000 --- a/scripts/pre-push +++ /dev/null @@ -1,5 +0,0 @@ -#/bin/bash - -echo "Checking for unresolved links…" - -! grep -Er '^\[.*\]:.*TODO.*' |
