Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2017-03-22 03:06:11 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2017-03-22 03:15:16 +0300
commit222174c57dcf1986c2e6c0665fb0d741e763ceef (patch)
treeaea61fa10e26dce42d8c1b79e7d5bec6f674d66c /.gitmodules
parente4a649fc0f73be71c8b257faf6051608d0c05abd (diff)
Use a signed version of Refactoring Essentials
Else it can't be loaded on Windows
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index ffbc060f8b..91a0d92958 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -53,8 +53,8 @@
branch = xs-5.10-v2
[submodule "main/external/RefactoringEssentials"]
path = main/external/RefactoringEssentials
- url = git://github.com/icsharpcode/RefactoringEssentials.git
- branch = monodevelop
+ url = git://github.com/mhutch/RefactoringEssentials.git
+ branch = roslyn2
[submodule "main/external/macdoc"]
path = main/external/macdoc
url = git://github.com/xamarin/macdoc