I'm trying to get all commits in my Git-Repository which commit messages contain a specific text.
Is there a feature in Git which can get me the commits? Is it possible to get what I want in another way so I could write a short script that displays the commit-ids?
Thank you in advance.