diff options
| author | Jack Nagel | 2013-12-08 14:52:19 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-12-08 17:31:38 -0600 |
| commit | 488fc1607bc58d4a5feb54083657df907f43028e (patch) | |
| tree | 836b27cd5eb8650189ab6de26b4975a6fd3540c8 /Library/Formula | |
| parent | 21ae4facbef5e61bde94c95644f2f7256c88fc06 (diff) | |
| download | homebrew-488fc1607bc58d4a5feb54083657df907f43028e.tar.bz2 | |
git: install remote helpers for hg and bzr
Closes #25032.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/git.rb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 3e495afb2..e0b053765 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -7,9 +7,10 @@ class Git < Formula head 'https://github.com/git/git.git' bottle do - sha1 '2c26cb1d99b3262df1f5fb6174bff992250c60b9' => :mavericks - sha1 '5b763a65526a23401a019119cd48bada6587d731' => :mountain_lion - sha1 'e88534f06d82de3d8ead0645d54046a74f021158' => :lion + revision 1 + sha1 '3dcbbccf00260999f5b653f5f2a4850f9cb76b54' => :mavericks + sha1 '3dbd8ce732095ca0f902b5eabcbe808dc40486be' => :mountain_lion + sha1 'e0e3f77e77865f6122e7399a1d3e433d4a7c18d0' => :lion end option 'with-blk-sha1', 'Compile with the block-optimized SHA1 implementation' @@ -79,6 +80,8 @@ 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}", |
