diff options
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 945393669..6fff9b6a3 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -15,6 +15,8 @@ class Git < Formula url 'http://git-core.googlecode.com/files/git-1.7.9.3.tar.gz' sha1 '6216153da1139c25cb96cfb4441eff327013ec4f' + head 'https://github.com/git/git.git' + depends_on 'pcre' if ARGV.include? '--with-pcre' def options |
