mbox series

[v3,0/2] completion: handle paths with spaces correctly

Message ID 20190101140509.1857-1-yousbe@gmail.com (mailing list archive)
Headers show
Series completion: handle paths with spaces correctly | expand

Message

Chayoung You Jan. 1, 2019, 2:05 p.m. UTC
I found more issues with completion for git show ref:path, so here I add one
more patch.

Chayoung You (2):
  zsh: complete unquoted paths with spaces correctly
  completion: treat results of git ls-tree as file paths

 contrib/completion/git-completion.bash | 35 +++++++++++---------------
 contrib/completion/git-completion.zsh  |  4 +--
 t/t9902-completion.sh                  | 10 ++++----
 3 files changed, 21 insertions(+), 28 deletions(-)