Làm thế nào để tạo ra changelog của cam kết được nhóm theo ngày, ở định dạng:git: ngày changelog theo ngày
[date today]
- commit message1
- commit message2
- commit message3
...
[date day+3]
- commit message1
- commit message2
- commit message3
...
(skip this day if no commits)
[date day+1]
- commit message1
- commit message2
- commit message3
...
[date since]
- commit message1
- commit message2
- commit message3
Bất kỳ git lệnh log, hoặc kịch bản bash thông minh?
gì nếu commitdate là không đơn điệu, do skew đồng hồ/đồng hồ sai cho một trong những người đóng góp? –