From: Junio C Hamano Date: Fri, 18 Jan 2019 21:49:54 +0000 (-0800) Subject: Merge branch 'cy/zsh-completion-SP-in-path' X-Git-Tag: v2.21.0-rc0~92 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b84e2977534b677ae1ac8670489002637fab6438?hp=--cc Merge branch 'cy/zsh-completion-SP-in-path' With zsh, "git cmd path" was completed to "git cmd path name" when the completed path has a special character like SP in it, without any attempt to keep "path name" a single filename. This has been fixed to complete it to "git cmd path\ name" just like Bash completion does. * cy/zsh-completion-SP-in-path: completion: treat results of git ls-tree as file paths zsh: complete unquoted paths with spaces correctly --- b84e2977534b677ae1ac8670489002637fab6438