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
commit9d401d5c0e1e3e33be02d5d1e690a07c9bd4e874 (patch)
tree248e4f92fb7a61709f1023d86e365af1afc49ab7 /Library/Homebrew
parent8b48a623f30ea8c756f41c81f161c917edfaa05d (diff)
downloadhomebrew-9d401d5c0e1e3e33be02d5d1e690a07c9bd4e874.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']