We were using the git-flow branching model during a project. So I want to do a quick analysis which features took the most afford to complete.
I want some statistics about which feature branch had the most changes, the most commits before beeing merged into the main branch.
All git analysis tools I tried so far don't have these kind of metrics. Any ideas how to get these metrics?
Thanks so far.