"plugins/vscode:/vscode.git/clone" did not exist on "b73f95ab260f49bf6baa484faa40591c51629c02"
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