Skip to content
Snippets Groups Projects
Commit 11f3fca8 authored by pascalbertrand's avatar pascalbertrand Committed by Adam Vandenberg
Browse files

GitHub - use git for smart https repos

parent 66110c78
No related branches found
No related tags found
No related merge requests found
......@@ -488,7 +488,7 @@ def detect_download_strategy url
when %r[^svn\+http://] then SubversionDownloadStrategy
when %r[^fossil://] then FossilDownloadStrategy
# Some well-known source hosts
when %r[^http://github\.com/.+\.git$] then GitDownloadStrategy
when %r[^https?://github\.com/.+\.git$] then GitDownloadStrategy
when %r[^https?://(.+?\.)?googlecode\.com/hg] then MercurialDownloadStrategy
when %r[^https?://(.+?\.)?googlecode\.com/svn] then SubversionDownloadStrategy
when %r[^https?://(.+?\.)?sourceforge\.net/svnroot/] then SubversionDownloadStrategy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment