projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f25b793
)
handle https:// protocol in git-clone
author
Michael Krelin
<hacker@klever.net>
Mon, 7 Aug 2006 15:10:21 +0000
(17:10 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 7 Aug 2006 18:35:16 +0000
(11:35 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-clone.sh
patch
|
blob
|
history
diff --git
a/git-clone.sh
b/git-clone.sh
index acc7a51b97c2ade58ab64299eb16c940a724c260..7060bdab01f696c4a664fb243aac96b9a786f2f7 100755
(executable)
--- a/
git-clone.sh
+++ b/
git-clone.sh
@@
-298,7
+298,7
@@
yes,yes)
fi
git-ls-remote "$repo" >"$GIT_DIR/CLONE_HEAD" || exit 1
;;
- http://*)
+ http
s://*|http
://*)
if test -z "@@NO_CURL@@"
then
clone_dumb_http "$repo" "$D"