From: Jeff King <hidden> Date: 2016-06-15 22:47:00
On Mon, Jun 29, 2009 at 09:39:18PM +0200, Unknown wrote:
Other solution I see is add extra config variable like:
status.showUntrackedDefault = (no|normal|all)
So when you peform 'git status -u' it will be used.
It exists, but is called showUntrackedFiles. See "git help config" for
details.
-Peff