git: changelog day by day

后端 未结 5 757
无人及你
无人及你 2020-12-23 22:23

How to generate changelog of commits groupped by date, in format:

[date today]
- commit message1
- commit message2
- commit message3
...
[date day+3]
- commi         


        
5条回答
  •  不思量自难忘°
    2020-12-23 22:45

    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

提交回复
热议问题