From f923ee409c2b830882926606bb620a3a807067d7 Mon Sep 17 00:00:00 2001 From: Travis Jeffery Date: Fri, 9 Mar 2012 01:54:18 +0000 Subject: git: add HEAD Closes #10806. Signed-off-by: Jack Nagel --- Library/Formula/git.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') 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 -- cgit v1.2.3