diff options
author | Brandon Bayer <bbayer@multitech.com> | 2016-11-14 15:48:57 -0600 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-11-14 15:48:57 -0600 |
commit | 9a6af6d50ebc8371593974e00cb12051561fbeec (patch) | |
tree | fca04e4152a07da655bb1a2e07d5ea8c7a1e8d0a /scripts | |
parent | 717950976005b1c92e88539d9287baafc406c6f9 (diff) | |
download | mlinux-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-x | scripts/git-hooks/post-checkout | 3 | ||||
-rwxr-xr-x | scripts/git-hooks/post-merge | 3 |
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 |