diff options
| author | Jack Nagel | 2014-09-27 14:53:34 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-09-27 14:53:34 -0500 | 
| commit | fbad6003e80c460497e75919f3eec3189dbb9e8f (patch) | |
| tree | 15e42ec4e44be4c9240b2ca680d5bfd0635400c2 /Library/Formula/git.rb | |
| parent | 683e0d3fcd884108c4d927fffdb971b7dc0dcce7 (diff) | |
| download | homebrew-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.rb | 2 | 
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}",  | 
