diff options
| author | Adam Vandenberg | 2010-07-18 15:14:08 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-23 21:39:12 -0700 |
| commit | 193bec2db8cdff2a706fc29127d8d0203aaf39be (patch) | |
| tree | 09b544513559d115e54107d5e8befc909273c78d | |
| parent | e17468ea912adf1f539a4a0616f5376bf6d3d39e (diff) | |
| download | homebrew-193bec2db8cdff2a706fc29127d8d0203aaf39be.tar.bz2 | |
GitHub - use git for smart http repos
| -rw-r--r-- | Library/Homebrew/download_strategy.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 0d34a6711..412b1cfe9 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -426,6 +426,7 @@ def detect_download_strategy url when %r[^svn://] then SubversionDownloadStrategy when %r[^svn+http://] then SubversionDownloadStrategy # Some well-known source hosts + when %r[^http://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 |
