summaryrefslogtreecommitdiff
path: root/init.d/50git-add
blob: 06504b44b07a0b8b1722260d098452234aa89dc2 (plain)
1
2
3
4
5
#!/bin/sh
set -e
if ! git-add .; then
	echo "etckeeper warning: git-add failed" >&2
fi