How to generate changelog of commits groupped by date, in format:
[date today] - commit message1 - commit message2 - commit message3 ... [date day+3] - commi
I wrote a script in python to create a week-by-week git log.
You could easily change it to days, months, etc by changing the timedelta
https://gist.github.com/NahimNasser/4772132