From bec7ff9807d73bf2ac641dfa3d46abeae0b9eccc Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 2 Jun 2013 12:48:57 +0100 Subject: Update pull request regex name to include commits. --- Library/Homebrew/global.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew') 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'] -- cgit v1.2.3