aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
diff options
context:
space:
mode:
authorJack Nagel2014-09-27 14:53:34 -0500
committerJack Nagel2014-09-27 14:53:34 -0500
commitfbad6003e80c460497e75919f3eec3189dbb9e8f (patch)
tree15e42ec4e44be4c9240b2ca680d5bfd0635400c2 /Library/Formula/git.rb
parent683e0d3fcd884108c4d927fffdb971b7dc0dcce7 (diff)
downloadhomebrew-fbad6003e80c460497e75919f3eec3189dbb9e8f.tar.bz2
git: stop installing remote helpers
These are now maintained outside of the main tree: https://github.com/felipec/git-remote-hg https://github.com/felipec/git-remote-bzr
Diffstat (limited to 'Library/Formula/git.rb')
-rw-r--r--Library/Formula/git.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index 5c5262f1f..540939e5f 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -86,8 +86,6 @@ class Git < Formula
"LDFLAGS=#{ENV.ldflags}",
"install"
- bin.install Dir["contrib/remote-helpers/git-remote-{hg,bzr}"]
-
# Install the OS X keychain credential helper
cd 'contrib/credential/osxkeychain' do
system "make", "CC=#{ENV.cc}",