summaryrefslogtreecommitdiff
path: root/commit.d/40git-rm
diff options
context:
space:
mode:
Diffstat (limited to 'commit.d/40git-rm')
-rwxr-xr-xcommit.d/40git-rm8
1 files changed, 0 insertions, 8 deletions
diff --git a/commit.d/40git-rm b/commit.d/40git-rm
deleted file mode 100755
index ae70e1f..0000000
--- a/commit.d/40git-rm
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e
-
-if [ "$VCS" = git ] && [ -d .git ]; then
- if ! git add . -u; then
- echo "etckeeper warning: git add -u failed" >&2
- fi
-fi