summaryrefslogtreecommitdiff
path: root/eclass/git.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/git.eclass')
-rw-r--r--eclass/git.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/git.eclass b/eclass/git.eclass
index db130615..31aa3f88 100644
--- a/eclass/git.eclass
+++ b/eclass/git.eclass
@@ -73,6 +73,7 @@ function git_fetch() {
# check for the protocol.
case ${EGIT_REPO_URI%%:*} in
rsync) ;;
+ http) ;;
ssh) ;;
*)
die "${EGITN}: fetch from "${EGIT_REPO_URI%:*}" is not yet implemented."