vscode-git-graph icon indicating copy to clipboard operation
vscode-git-graph copied to clipboard

filter commits

Open SailorMax opened this issue 3 years ago • 2 comments

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.

SailorMax avatar Jan 27 '22 10:01 SailorMax

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?

hansu avatar May 11 '22 15:05 hansu

I can help, but the commit mentioned above is lost now

Alfxjx avatar Oct 16 '23 09:10 Alfxjx