diff options
| author | Mike McQuaid | 2013-06-02 12:48:57 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-06-02 12:49:37 +0100 |
| commit | bec7ff9807d73bf2ac641dfa3d46abeae0b9eccc (patch) | |
| tree | c1991e91236fa1f89f50b180ec77a0b8d8df3189 /Library/Homebrew | |
| parent | a886a1b3e373b1ff8e986e52fa0aca14972f20e5 (diff) | |
| download | brew-bec7ff9807d73bf2ac641dfa3d46abeae0b9eccc.tar.bz2 | |
Update pull request regex name to include commits.
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/global.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index 72f4f757d..46b48268a 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -92,7 +92,7 @@ end require 'metafiles' FORMULA_META_FILES = Metafiles.new ISSUES_URL = "https://github.com/mxcl/homebrew/wiki/troubleshooting" -HOMEBREW_PULL_URL_REGEX = 'https:\/\/github.com\/(\w+)\/homebrew(-\w+)?\/(pull\/(\d+)|commit\/\w{4,40})' +HOMEBREW_PULL_OR_COMMIT_URL_REGEX = 'https:\/\/github.com\/(\w+)\/homebrew(-\w+)?\/(pull\/(\d+)|commit\/\w{4,40})' require 'compat' unless ARGV.include? "--no-compat" or ENV['HOMEBREW_NO_COMPAT'] |
