diff options
| author | Christian Cleberg <[email protected]> | 2025-01-26 16:39:08 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-01-26 16:39:08 -0600 |
| commit | 6004bc8fea020555bf21d755ae52d9c04652dc9b (patch) | |
| tree | 35c7ebe935079c901e8fd88a5bbd91c341fabaa5 /utils | |
| parent | af386793e701976293c05fbdd409470cb324915a (diff) | |
| download | cleberg.net-6004bc8fea020555bf21d755ae52d9c04652dc9b.tar.gz cleberg.net-6004bc8fea020555bf21d755ae52d9c04652dc9b.tar.bz2 cleberg.net-6004bc8fea020555bf21d755ae52d9c04652dc9b.zip | |
add systemd note to transmission post
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/hooks/pre-commit | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/utils/hooks/pre-commit b/utils/hooks/pre-commit deleted file mode 100644 index 69883fc..0000000 --- a/utils/hooks/pre-commit +++ /dev/null @@ -1,8 +0,0 @@ -# .git/hooks/pre-commit -#!/bin/bash -for file in $(git diff --cached --name-only | grep -E '\.org$'); do - if ! grep -q "^#\+TITLE:" "$file"; then - echo "Error: $file is missing a TITLE." - exit 1 - fi -done |
