Chris Kampmeier 2635817ca8 doctor: don't let gitconfig break dirty-tree check
`brew doctor` always complains about uncommitted modifications to
Homebrew when you have status.branch=true in your git config, because
the implicit --branch makes `git status -s` always print branch/tracking
info. The --porcelain mode is similar to -s/--short, but ignores most of
the user's config and should remain stable.

The --untracked-files option ensures we'll see untracked files even for
users with status.showUntrackedFiles=no, which is not suppressed by
--porcelain for some reason.

Closes Homebrew/homebrew#25230.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-15 17:20:45 +00:00
..
2013-10-27 12:43:14 -05:00
2013-12-14 09:35:58 -06:00
2013-12-14 16:21:00 -08:00
2013-11-20 14:43:07 -06:00
2013-10-11 08:40:19 +01:00
2013-12-08 16:41:35 -06:00
2013-12-05 20:26:40 -08:00
2013-10-30 16:15:31 -07:00
2013-12-14 09:35:57 -06:00
2013-10-18 12:56:51 -05:00
2013-12-09 15:15:53 -06:00
2013-10-26 21:54:29 -07:00
2013-12-05 19:32:53 -08:00
2013-12-09 19:43:07 -06:00