From 30a666adc45c81c691e07ed7322072b298751ca2 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 26 Jan 2025 16:39:08 -0600 Subject: add systemd note to transmission post --- utils/hooks/pre-commit | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 utils/hooks/pre-commit (limited to 'utils/hooks/pre-commit') 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 -- cgit v1.2.3-70-g09d2