]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/status-z-short-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 24 Oct 2025 20:48:04 +0000 (13:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Oct 2025 20:48:04 +0000 (13:48 -0700)
The "--short" option of "git status" that meant output for humans
and "-z" option to show NUL delimited output format did not mix
well, and colored some but not all things.  The command has been
updated to color all elements consistently in such a case.

* jk/status-z-short-fix:
  status: make coloring of "-z --short" consistent

1  2 
wt-status.c

diff --cc wt-status.c
Simple merge