aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMike McQuaid2013-06-02 12:48:57 +0100
committerMike McQuaid2013-06-02 12:49:37 +0100
commitbec7ff9807d73bf2ac641dfa3d46abeae0b9eccc (patch)
treec1991e91236fa1f89f50b180ec77a0b8d8df3189 /Library/Homebrew
parenta886a1b3e373b1ff8e986e52fa0aca14972f20e5 (diff)
downloadbrew-bec7ff9807d73bf2ac641dfa3d46abeae0b9eccc.tar.bz2
Update pull request regex name to include commits.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/global.rb2
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']