vscode-gitlens
                                
                                 vscode-gitlens copied to clipboard
                                
                                    vscode-gitlens copied to clipboard
                            
                            
                            
                        Unable to use stash pane (drop, apply, pop)
GitLens Version
v12.1.2
VS Code Version
Version: 1.69.2 (Universal) Commit: 3b889b090b5ad5793f524b5d1d39fda662b96a2a Date: 2022-07-18T16:12:57.074Z Electron: 18.3.5 Chromium: 100.0.4896.160 Node.js: 16.13.2 V8: 10.0.139.17-electron.0 OS: Darwin arm64 21.5.0
Git Version
git version 2.36.1
Description
- In the Git Stash SCM Pane
- Dropping a stash results in a malformed git command (applies to apply, pop, and drop)
- Command errors, and does not complete the requested action.
This feels like a config / git version conflict.
Logs, Screenshots, Screen Captures, etc
which git
/opt/homebrew/bin/git
Attempting to drop stash
[2022-07-20 15:11:40.899] [GIT  ] [/Users/rposborne/code/pyHomebase] git stash drop stash@{0} • Command failed: /opt/homebrew/bin/git -c core.quotepath=false -c color.ui=false stash drop stash@{0} • 30 ms
[2022-07-20 15:11:40.899] Drop Stash
Error: Command failed: /opt/homebrew/bin/git -c core.quotepath=false -c color.ui=false stash drop stash@{0}
