diff options
| author | Max Howell | 2011-08-25 12:24:46 +0200 |
|---|---|---|
| committer | Max Howell | 2011-08-25 12:24:46 +0200 |
| commit | fb7d2c6473af074bc4862cf28c6811403f2dbb45 (patch) | |
| tree | caf4a68b1c0c4b1cdd64d79b3ce6f5fa033e3efd /Library | |
| parent | 4a4b88ff69c3ea3e3e25cd554656776e92c3ef98 (diff) | |
| download | homebrew-fb7d2c6473af074bc4862cf28c6811403f2dbb45.tar.bz2 | |
Remove redundant comment
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/git.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index b97dd7dff..c1f230a39 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -45,8 +45,7 @@ class Git < Formula # Install emacs support. (share+'doc/git-core/contrib').install 'contrib/emacs' - - # Install contrib files to share/contrib + # Some people like the stuff in the contrib folder (share/:git).install 'contrib' # These files are exact copies of the git binary, so like the contents |
