gitkraken / vscode-gitlens

Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
http://gitkraken.com/gitlens
Other
9.03k stars 1.35k forks source link

"Rebase Current Branch onto Branch" incorrectly shows that the current branch is caught up to the destination #3747

Closed axosoft-ramint closed 1 day ago

axosoft-ramint commented 1 week ago

Can be reproduced in the commit graph by having your current branch be behind some commits from a destination branch, then choosing the "Rebase Current Branch onto Branch" context menu option. The quickpick will show that there is nothing to rebase when in fact there is.