summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBrandon Bayer <bbayer@multitech.com>2016-11-14 15:48:57 -0600
committerBrandon Bayer <bbayer@multitech.com>2016-11-14 15:48:57 -0600
commit9a6af6d50ebc8371593974e00cb12051561fbeec (patch)
treefca04e4152a07da655bb1a2e07d5ea8c7a1e8d0a /scripts
parent717950976005b1c92e88539d9287baafc406c6f9 (diff)
downloadmlinux-9a6af6d50ebc8371593974e00cb12051561fbeec.tar.gz
mlinux-9a6af6d50ebc8371593974e00cb12051561fbeec.tar.bz2
mlinux-9a6af6d50ebc8371593974e00cb12051561fbeec.zip
chore: add git hooks to auto update git submodules
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/git-hooks/post-checkout3
-rwxr-xr-xscripts/git-hooks/post-merge3
2 files changed, 6 insertions, 0 deletions
diff --git a/scripts/git-hooks/post-checkout b/scripts/git-hooks/post-checkout
new file mode 100755
index 0000000..4dd578c
--- /dev/null
+++ b/scripts/git-hooks/post-checkout
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+./setup.sh --update
diff --git a/scripts/git-hooks/post-merge b/scripts/git-hooks/post-merge
new file mode 100755
index 0000000..4dd578c
--- /dev/null
+++ b/scripts/git-hooks/post-merge
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+./setup.sh --update