From 0a844c708ef605134fe1f119a5a25093653d4d27 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 21 Sep 2013 23:04:51 -0500 Subject: [PATCH] git: remove extra newline --- Formula/git.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/git.rb b/Formula/git.rb index 351f625483..35a332ae0b 100644 --- a/Formula/git.rb +++ b/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"