Hide commits by user or regex in GIT Log view?

Answered

We have maven-release-plugin configured in our CI/CD cycle to automatically perform a release on each build in Bamboo, triggered by each push. As you might imagine, our GIT commit log is rather polluted when looking at it in Intellij.

Is it possible to filter out commits by a user? Or perhaps by regex?

It would be nice to be able to do something like "!Bamboo" in the user filter field, or a negative lookahead in the RegEx field "\b(?!maven-release-plugin\b)\w+", but that seems to be out of scope for the Intellij-supported regex.

Is there any other way?

 

 

1
2 comments

Hello Benny,

Currently it's not possible. Please vote for the related request: https://youtrack.jetbrains.com/issue/IDEA-162836

0
Avatar
Permanently deleted user

Thank you for letting me know. I voted for the feature enhancement  request you linked.

0

Please sign in to leave a comment.