From: Kunal Mehta Date: Wed, 6 Jun 2018 22:21:12 +0000 (-0700) Subject: Add vendor submodule X-Git-Tag: 1.31.0~9 X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=34f4a899fb2897768108fe80fbd7ecdb1646135c Add vendor submodule People will no longer need to clone it separately, just run `git submodule update --init`. If people want to run composer locally and have already checked out the submodule, a `git submodule deinit vendor` will disable the submodule. Change-Id: I1fdaf8dc3c2a8e246bb7d2987a42a41272dffc29 --- diff --git a/.gitmodules b/.gitmodules index 71d2a17f82..84d3efde93 100644 --- a/.gitmodules +++ b/.gitmodules @@ -94,3 +94,7 @@ path = extensions/ReplaceText url = https://gerrit.wikimedia.org/r/mediawiki/extensions/ReplaceText branch = REL1_31 +[submodule "vendor"] + path = vendor + url = https://gerrit.wikimedia.org/r/mediawiki/vendor + branch = REL1_31 diff --git a/vendor b/vendor new file mode 160000 index 0000000000..46bc943c16 --- /dev/null +++ b/vendor @@ -0,0 +1 @@ +Subproject commit 46bc943c161698ea90d549edab5efb735e715aa1