git_time_extractor
git_time_extractor copied to clipboard
Match CSV header line symbols with emitted values order
When given option '--project-total', the program emits:
<hours>, <commits>, <authors>
Prior to this commit, the header line had hours and commits in reverse order. This commit fixes the header line's order.