"frontend/src/i18n/vscode:/vscode.git/clone" did not exist on "fb86002ef90dda16d8460c06cfc4488419bf2a10"
Put `local var` declaration in its own line in lib/git.zsh
In places, the local statement will override the exit code and the written command won't have the effect intended when it was written. For example, when it's not inside a git repo the exit code won't be true, but the local statement will make it true regardless. See #4708.
Please register or sign in to comment