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
8.95k stars 1.29k forks source link

Commit graph - filter by branch name #2551

Open LcsGa opened 1 year ago

LcsGa commented 1 year ago

I didn't find any similiar issue but if I missed one, I'm sorry :grimacing: One thing I need to do quite often is to search for a specific branch (on large projects), which is not currently possible in the current commit graph. When I need to do that, I either search it manually (but since I'm working on a big project, it's hard to find) or I switch to the extension 'git graph' that has a good support about it (my ultimate goal being not to need git graph anymore).

eamodio commented 11 months ago

While its far from ideal, today you can search/jump to a branch/tag using the #: (or commit:) prefix and then type the full name of the branch in the Commit Graph search box