]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'pw/worktree-list-display-width-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Nov 2025 18:32:42 +0000 (10:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Nov 2025 18:32:42 +0000 (10:32 -0800)
"git worktree list" attempts to show paths to worktrees while
aligning them, but miscounted display columns for the paths when
non-ASCII characters were involved, which has been corrected.

* pw/worktree-list-display-width-fix:
  worktree list: quote paths
  worktree list: fix column spacing

1  2 
builtin/worktree.c

Simple merge