"vscode:/vscode.git/clone" did not exist on "46b85e536711c6b007fd0dd4bffd71a48c90c143"
gitfast: fix error in git-prompt.sh (#8132)
An error was thrown (`bash: [: =: unary operator expected`) when using the __git_ps1_colorize_gitstring function outside of the one place it's called (line 512), because the "detached" variable was not quoted, and was unset.
Please register or sign in to comment