Add submodule shenanigans
This commit is contained in:
parent
a25c45536e
commit
6b6e8f7b64
4
contrib/submodule-checkout-masters-and-update.sh
Executable file
4
contrib/submodule-checkout-masters-and-update.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#! /bin/sh
|
||||
git submodule update --recursive --remote --init
|
||||
git submodule -q foreach 'git checkout -q master && git pull'
|
||||
git status
|
@ -1 +1 @@
|
||||
Subproject commit 1a332f6788d4ae24b52948850965358790861432
|
||||
Subproject commit 56549b8ac718997c6b5c314636955e46ee5e8cc1
|
Loading…
x
Reference in New Issue
Block a user