v3 has the following changes:
- new leading patch by Junio to clean up t7508 (slightly modified by myself)
- adjust tests accordingly
- revert back to standard c/,i/ resp. i/,w/ diff prefixes with a header line
Open questionis for 3/3:
- Do we need the header to stick out even more? (I don't think so, although
having the STATUS_HEADER color to be different may help.)
- Do we want the header line also for "status -v"? (I would say yes, but that
would be a change to current behaviour.)
Junio C Hamano (1):
t7508: .gitignore 'expect' and 'output' files
Michael J Gruber (2):
t7508: test git status -v
commit/status: show the index-worktree diff with -v -v
Documentation/git-commit.txt | 4 ++
t/t7508-status.sh | 102 +++++++++++++++----------------------------
wt-status.c | 16 +++++++
3 files changed, 55 insertions(+), 67 deletions(-)
--
2.3.1.303.g5174db1