Skip to content
Snippets Groups Projects
Commit 27700390 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

Improve brew doctor autocrlf message.

Better version of ed357d.

References Homebrew/homebrew#15711.
References Homebrew/homebrew#17361.
References Homebrew/homebrew#17437.
parent 351cd89a
No related branches found
No related tags found
No related merge requests found
......@@ -730,10 +730,8 @@ def check_git_newline_settings
core.autocrlf = #{autocrlf}
If you are not routinely dealing with Windows-based projects,
consider removing these settings.
Alternatively run:
`git config -f #{HOMEBREW_REPOSITORY}/.git/config --add core.autocrlf false`
consider removing these by running:
`git config --global --set core.autocrlf false`
EOS
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment