* [PATCH] handle https:// protocol in git-clone
@ 2006-08-07 15:10 Michael Krelin
2006-08-07 18:35 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Michael Krelin @ 2006-08-07 15:10 UTC (permalink / raw)
To: git
---
git-clone.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/git-clone.sh b/git-clone.sh
index acc7a51..7060bda 100755
--- 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://*)
+ https://*|http://*)
if test -z "@@NO_CURL@@"
then
clone_dumb_http "$repo" "$D"
--
1.4.1.1
Love,
H
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-08-07 18:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-07 15:10 [PATCH] handle https:// protocol in git-clone Michael Krelin
2006-08-07 18:35 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox