Hide commits by user or regex in GIT Log view?
Followed by 2 people
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?
Please sign in to leave a comment.
Hello Benny,
Currently it's not possible. Please vote for the related request: https://youtrack.jetbrains.com/issue/IDEA-162836
Thank you for letting me know. I voted for the feature enhancement request you linked.