Git 2.19 ignores default system language in Mac (2.18 or earlier did not)

2018-09-19 Thread Vasily Korytov
Hi, $ locale LANG= LC_COLLATE="C" LC_CTYPE="UTF-8" LC_MESSAGES="C" LC_MONETARY="C" LC_NUMERIC="C" LC_TIME="C" LC_ALL= $ uname -mrs Darwin 16.7.0 x86_64 $ git --version git version 2.19.0 In Mac’s system preferences I have three languages: English (default), Russian, Ukrainian. After update to

zsh completion does not support branches with quotes/apostrophes

2018-09-10 Thread Vasily Korytov
in the parameters, this does not work at all: i.e. when I type `git checkout -b “some[tab]` nothing is completed. So the only work-around for now seems to be manually fixing the completion results, escaping the quote. However, it would be very nice if this could be fixed. Thanks. -- Vasily Korytov