From 4c656dd43e318c123a6939f1d08e14fb32b6ccbb Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 23 Aug 2019 19:34:33 +0200 Subject: [PATCH] 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] --- sphinx_doc_src/cmds/fish_git_prompt.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_doc_src/cmds/fish_git_prompt.rst b/sphinx_doc_src/cmds/fish_git_prompt.rst index 88b82de10..cbf3bddd5 100644 --- a/sphinx_doc_src/cmds/fish_git_prompt.rst +++ b/sphinx_doc_src/cmds/fish_git_prompt.rst @@ -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