From ea041e6668ef73aa4905234c5b3dd9212db529f7 Mon Sep 17 00:00:00 2001 From: LawAbidingCactus Date: Tue, 20 Aug 2019 01:58:48 +0000 Subject: [PATCH] specify that __fish_git_prompt_showupstream takes multiple arguments --- 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 e6a92322a..0995e87c3 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 number of values to determine how changes between HEAD and upstream are shown: +- ``$__fish_git_prompt_showupstream`` can be set to a space-delimited list of values to determine how changes between HEAD and upstream are shown: ``auto`` summarize the difference between HEAD and its upstream