I have to replace a text with another one in all the git repo commit messages.
It seems to be possible with git rebase -i ... that opens a text editor but I have to do it automatically.
Is it doable with some of the git commands or maybe with a Java library?