Automatic co-author when squashing in Intellij

Viewed 39

When squashing multiple commits from different devs into one, it would be really great, if IntelliJ would add the Co-authored-by tag a the end for each author. Is this somehow possible? I know github can do this when squashing.

If this is not possible by IntelliJ/Git plugin, is there way to do this as automatic as possible?

1 Answers
Related