aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-08 15:34:43 -0700
committerAdam Vandenberg2013-06-08 15:34:43 -0700
commitc1452946cec7772bb8bb7889025d47d0279ee0e5 (patch)
treed1c33e877be9cf63ee6dc769d5678fe6b80aca0d /Library
parentcce7d7a441a7b699d4c1cc6d9726e325d09e0e12 (diff)
downloadhomebrew-c1452946cec7772bb8bb7889025d47d0279ee0e5.tar.bz2
git: add note about 1.8.3 being broken
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/git.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index 2ff173249..7831c5e5c 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -1,5 +1,8 @@
require 'formula'
+# Git 1.8.3 has a serious issue with .gitignore files being parsed incorrectly
+# on OS X. This issue has been fixed upstream. Waiting for 1.8.3.1 to update.
+
class GitManuals < Formula
url 'http://git-core.googlecode.com/files/git-manpages-1.8.2.3.tar.gz'
sha1 'eb04a2540ff9998e0887a4b862641ac1db723f3e'