Skip to content

Commit

Permalink
Modified submodules to use https instead of git for git URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sawrubh committed Apr 15, 2013
1 parent 5f13e9c commit 672ddea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "src/llvm"]
path = src/llvm
url = git://github.com/brson/llvm.git
url = https://github.com/brson/llvm.git
[submodule "src/libuv"]
path = src/libuv
url = git://github.com/brson/libuv.git
url = https://github.com/brson/libuv.git

5 comments on commit 672ddea

@bors
Copy link
Contributor

@bors bors commented on 672ddea Apr 15, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from pnkfelix
at sawrubh@672ddea

@bors
Copy link
Contributor

@bors bors commented on 672ddea Apr 15, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging sawrubh/rust/mybranch = 672ddea into auto

@bors
Copy link
Contributor

@bors bors commented on 672ddea Apr 15, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sawrubh/rust/mybranch = 672ddea merged ok, testing candidate = 39e2ab5

@bors
Copy link
Contributor

@bors bors commented on 672ddea Apr 15, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 672ddea Apr 15, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = 39e2ab5

Please sign in to comment.