I need to figure out how I can read out all git commit messages. We have an external project management System and we want to collect all commit messages in there. Is there anyway to read out all commits?
I found the API to get the commits for every project, but i dont want to configure every project in my tool.
Is there any better way?
Best regards