diff options
| author | Jack Nagel | 2013-09-21 23:04:51 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-09-21 23:04:51 -0500 | 
| commit | 9a9c42078358a007a73959acc3be5c9f13e306af (patch) | |
| tree | faf28ecd08a0b7810e159f16496ea9b7fa568e23 /Library/Formula/git.rb | |
| parent | b420aa47020d10ef9be107cb589b99f14c8f6852 (diff) | |
| download | homebrew-9a9c42078358a007a73959acc3be5c9f13e306af.tar.bz2 | |
git: remove extra newline
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 351f62548..35a332ae0 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -12,7 +12,6 @@ class Git < Formula      sha1 'c5a3559d59c7d9cd608559771ece10743a340c32' => :snow_leopard    end -    option 'with-blk-sha1', 'Compile with the block-optimized SHA1 implementation'    option 'without-completions', 'Disable bash/zsh completions from "contrib" directory'    option 'with-brewed-openssl', "Build with Homebrew OpenSSL instead of the system version"  | 
