зеркало из https://github.com/microsoft/git.git
Merge branch 'fc/untracked-zsh-prompt'
* fc/untracked-zsh-prompt: prompt: fix untracked files for zsh
This commit is contained in:
Коммит
741917f40c
|
@ -340,7 +340,7 @@ __git_ps1 ()
|
||||||
[ "$(git config --bool bash.showUntrackedFiles)" != "false" ] &&
|
[ "$(git config --bool bash.showUntrackedFiles)" != "false" ] &&
|
||||||
[ -n "$(git ls-files --others --exclude-standard)" ]
|
[ -n "$(git ls-files --others --exclude-standard)" ]
|
||||||
then
|
then
|
||||||
u="%"
|
u="%${ZSH_VERSION+%}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "${GIT_PS1_SHOWUPSTREAM-}" ]; then
|
if [ -n "${GIT_PS1_SHOWUPSTREAM-}" ]; then
|
||||||
|
|
Загрузка…
Ссылка в новой задаче