git: add note about 1.8.3 being broken
This commit is contained in:
parent
951d73640a
commit
2a9c3c93bb
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue