]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/status-z-short-fix' into maint-2.51
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Oct 2025 02:48:19 +0000 (19:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Oct 2025 02:48:19 +0000 (19:48 -0700)
commit3d638cb3892dcfccc22b3e7712b314fd83e2822d
tree35bdbb83134d8bd7e42f03bb3fc7b4324dacd30c
parent2319fbae483f4c07bcdd9a850377a0cd21363cff
parent50927f4f683a35ad1c76c8a02a1759a076d3f8f8
Merge branch 'jk/status-z-short-fix' into maint-2.51

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