docs/fish_git_prompt: showupstream is a proper list

"space-delimited" sounds like you'd set it like `set
__fish_git_prompt_showupstream "auto verbose"`. This will not work.

It's a real actual proper list, which aren't space-delimited.

[ci skip]
This commit is contained in:
Fabian Homborg 2019-08-23 19:34:33 +02:00
parent 1a361cd3ff
commit 4c656dd43e

View File

@ -18,7 +18,7 @@ There are numerous customization options, which can be controlled with git optio
- ``$__fish_git_prompt_showuntrackedfiles`` or the git option ``bash.showUntrackedFiles`` can be set to show if the repository has untracked files (that aren't ignored).
- ``$__fish_git_prompt_showupstream`` can be set to a space-delimited list of values to determine how changes between HEAD and upstream are shown:
- ``$__fish_git_prompt_showupstream`` can be set to a list of values to determine how changes between HEAD and upstream are shown:
``auto``
summarize the difference between HEAD and its upstream