summaryrefslogtreecommitdiffstats
path: root/.config/vcsh/hooks-enabled/post-upgrade
diff options
context:
space:
mode:
Diffstat (limited to '.config/vcsh/hooks-enabled/post-upgrade')
-rwxr-xr-x.config/vcsh/hooks-enabled/post-upgrade3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/vcsh/hooks-enabled/post-upgrade b/.config/vcsh/hooks-enabled/post-upgrade
new file mode 100755
index 0000000..147e4f4
--- /dev/null
+++ b/.config/vcsh/hooks-enabled/post-upgrade
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+git config include.path ".gitconfig.d/${VCSH_REPO_NAME}"