Re: [PATCH 3/3] short status: improve reporting for submodule changes

2017-03-22 Thread Jonathan Nieder
Stefan Beller wrote: > Documentation/git-status.txt | 9 + > t/t3600-rm.sh| 18 +- > t/t7506-status-submodule.sh | 24 > wt-status.c | 13 +++-- > 4 files changed, 57 insertions(+), 7 deletions(-) Very ni

[PATCH 3/3] short status: improve reporting for submodule changes

2017-03-22 Thread Stefan Beller
If I add an untracked file to a submodule or modify a tracked file, currently "git status --short" treats the change in the same way as changes to the current HEAD of the submodule: $ git clone --quiet --recurse-submodules https://gerrit.googlesource.com/gerrit $ echo hello >gerri