"plugins/vscode:/vscode.git/clone" did not exist on "97ec5de7244c419c4ca484f318e15062910247ba"
fix(lib): mark changes as MODIFIED on 'MM' in `git_prompt_status` (#9552)
In the output of `git status -sb`, 'MM' indicates there are both added and modified changes. This change marks that case as MODIFIED instead of ADDED.
Please register or sign in to comment