From 72fd61d5be20c70de546ed57e39b3335cc752700 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 27 Sep 2014 14:53:34 -0500 Subject: [PATCH] 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 --- Formula/git.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/git.rb b/Formula/git.rb index 5c5262f1ff..540939e5f4 100644 --- a/Formula/git.rb +++ b/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}",