vscode-git-graph
vscode-git-graph copied to clipboard
filter commits
Can you add filter commits, like in Git Extensions. Similar to "Search" function, but this should output only filtered commits.
Sometimes need to get list of all commits with:
- some task number in commit message
- change in some file, which can be already removed
- using some function, which can be already removed
thank you.
Someone already realized this on a fork: https://github.com/vscode-ext-studio/vscode-git-graph/commit/a4ac0a87388f7553c8f64ea2b0e2bcbcf8b6c648 But he did a lot of re-structuring before, so it is hard just to cherry pick this feature. Maybe one who is more familiar with typescript and so on can take is as a template and prepare a PR?
I can help, but the commit mentioned above is lost now