summaryrefslogtreecommitdiff
path: root/hooks/pre-commit
blob: 93e9b9abc2690cca362934186a9fa76a468250a6 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

set -e
exec >&2

if git diff-index --cached HEAD -- | grep -q $'\tsys/ns/'; then
	exec hooks/lib/update-zone-serials
fi