mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
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:
parent
1a361cd3ff
commit
4c656dd43e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user