Merge branch 'pw/worktree-list-with-z'
commit7c6d8ee8fa3be77d4bf4d38f59e866a0af1931f8
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Apr 2022 17:56:25 +0000 (4 10:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Apr 2022 17:56:25 +0000 (4 10:56 -0700)
treee294c0e59efcbaa48f051c220a8bdfdc66bfd211
parent77ceb113420ce73c35bdea47cb320b08ed1ab0e9
parentd97eb302ea848ff6f8f9af50a176734930964b9a
Merge branch 'pw/worktree-list-with-z'

"git worktree list --porcelain" did not c-quote pathnames and lock
reasons with unsafe bytes correctly, which is worked around by
introducing NUL terminated output format with "-z".

* pw/worktree-list-with-z:
  worktree: add -z option for list subcommand
Documentation/git-worktree.txt
builtin/worktree.c