Skip to content

Support https protocol for git submodules for rust - #5800

Merged
bors merged 1 commit into
rust-lang:incomingfrom
vivekgalatage:master
Apr 9, 2013
Merged

Support https protocol for git submodules for rust#5800
bors merged 1 commit into
rust-lang:incomingfrom
vivekgalatage:master

Conversation

@vivekgalatage

Copy link
Copy Markdown
Contributor

Currently submodules are using the git protocol. Git protocol is blocked
by certain corporate networks which makes it difficult to sync the submodules.

Replacing the git protocol with https in order to sync the submodules.

Currently submodules are using the git protocol. Git protocol is blocked
by certain corporate networks which makes it difficult to sync the submodules.
Replacing the git protocol with https in order to sync the submodules.
bors added a commit that referenced this pull request Apr 9, 2013
Currently submodules are using the git protocol. Git protocol is blocked
by certain corporate networks which makes it difficult to sync the submodules.
Replacing the git protocol with https in order to sync the submodules.
@borsbors closed this Apr 9, 2013
@bors
bors merged commit f9f8a3e into rust-lang:incomingApr 9, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 26, 2020
…atthiaskrgr
redundant_closure_call - don't lint when used more than once
Fixesrust-lang#3354.
changelog: fix redundant_closure_call false positive when closure called more than once
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
5800: Speedup ty tests
r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@vivekgalatage@bstrie@bors