git_time_extractor icon indicating copy to clipboard operation
git_time_extractor copied to clipboard

Match CSV header line symbols with emitted values order

Open jalho opened this issue 1 year ago • 0 comments

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.

jalho avatar Mar 04 '24 21:03 jalho