We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fc0ba commit ac19dc9Copy full SHA for ac19dc9
clone-extension.sh
@@ -6,5 +6,5 @@ BRANCH=$2
6
#git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/$EXTENSiON -b ${BRANCH} ${EXTENSION} \
7
#|| git clone https://github.com/wikimedia/mediawiki-extensions-${EXTENSION}.git -b ${BRANCH} ${EXTENSION}
8
9
-git clone --recurse-submodules https://github.com/wikimedia/mediawiki-extensions-${EXTENSION}.git -b ${BRANCH} ${EXTENSION}
+git clone --depth=1 --recurse-submodules https://github.com/wikimedia/mediawiki-extensions-${EXTENSION}.git -b ${BRANCH} ${EXTENSION}
10
rm -rf ${EXTENSION}/.git
0 commit comments