]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commite7909b3a90ea75b2fffb89eba399c90c8669cc23
tree19a38a36f03930bab84cebaf2a07b338ffac92fa
parent385772e1834c394dede867dee05164a67b7b34f3
parent50927f4f683a35ad1c76c8a02a1759a076d3f8f8
Merge branch 'jk/status-z-short-fix'

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
wt-status.c