Re: [PATCH 1/2] status: introduce status.short to enable --short by default
From: Junio C Hamano <hidden> Date: 2016-06-15 22:57:38
Ramkumar Ramachandra [off-list ref] writes:
Jorge Juan Garcia Garcia wrote:
quoted
Some people always run 'git status -s'.
The configuration variable status.short allows to set it by default.
Good feature.
Is there a corresponding command line override added to help people
who need to defeat such a configured-in default? Otherwise it is
not a good feature yet, but just only the beginning half.