summaryrefslogtreecommitdiff
path: root/git-submodule.sh
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:15:30 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-03-03 15:15:30 +0900
commita6fa7e6976281f09fb63176a4674591169c7d9f1 (patch)
tree6086fdca9d31a0ea384730a7453047f15c589cd9 /git-submodule.sh
parentb48ac9a66a61163613d7bf78fbb46d6cfb2b90b9 (diff)
downloadgit-a6fa7e6976281f09fb63176a4674591169c7d9f1.tar.gz
git-a6fa7e6976281f09fb63176a4674591169c7d9f1.tar.bz2
git-a6fa7e6976281f09fb63176a4674591169c7d9f1.zip
Imported Upstream version 2.5.4upstream/2.5.4
Diffstat (limited to 'git-submodule.sh')
-rwxr-xr-xgit-submodule.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/git-submodule.sh b/git-submodule.sh
index 25b1ddf2..82e35582 100755
--- a/git-submodule.sh
+++ b/git-submodule.sh
@@ -22,6 +22,15 @@ require_work_tree
wt_prefix=$(git rev-parse --show-prefix)
cd_to_toplevel
+# Restrict ourselves to a vanilla subset of protocols; the URLs
+# we get are under control of a remote repository, and we do not
+# want them kicking off arbitrary git-remote-* programs.
+#
+# If the user has already specified a set of allowed protocols,
+# we assume they know what they're doing and use that instead.
+: ${GIT_ALLOW_PROTOCOL=file:git:http:https:ssh}
+export GIT_ALLOW_PROTOCOL
+
command=
branch=
force=