mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.97k stars 261 forks source link

Stashes no longer shown after rebase (Current branch selected for view) #743

Open ToBoMi opened 1 year ago

ToBoMi commented 1 year ago

Describe the Bug Stashes are not shown when current branch is selected after rebasing.

Steps to Reproduce Steps to reproduce the behaviour:

  1. Current (one) branch selected
  2. Make sure stashes are shown in the settings
  3. Create a stash
  4. Observe the stash is shown in the graph view (Refreshing does not change this) image
  5. Interactively rebase the current checked out commit on the commit before and reword it
  6. Observer that the stash is no longer shown (May be a manually refresh is necessary to make it vanish) image
  7. Select all branches from the top dropdown
  8. Observer the stash is still there image

Expected Behaviour I would like to see all stashes that are based on the current loaded commits no matter if I select a single branch or all branches. I selected show stashes - so I agreed to seeing them

Environment