diff options
| author | Travis Jeffery | 2012-03-09 01:54:18 +0000 |
|---|---|---|
| committer | Jack Nagel | 2012-03-09 12:11:08 -0600 |
| commit | f923ee409c2b830882926606bb620a3a807067d7 (patch) | |
| tree | e75db2749fa6c12f04e3c2053fb8501806acbab7 /Library/Formula/git.rb | |
| parent | 82ccb15a21a2bdab63f765d87834bbcf60bb55d0 (diff) | |
| download | homebrew-f923ee409c2b830882926606bb620a3a807067d7.tar.bz2 | |
git: add HEAD
Closes #10806.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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 |
