In git, for a given date range and a given user, I'd like to find out:
1 - The total lines changed.
2 - The average lines changed per day.
Note: This question is not a duplicate of How to count total lines changed by a specific author in a git repository because the answers to that question don't limit the results by date. I'd like the results limited to a given date range. That question also doesn't address average lines changed per day at all.