git: changelog day by day
        Posted  
        
            by takeshin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by takeshin
        
        
        
        Published on 2010-06-04T18:16:29Z
        Indexed on 
            2010/06/05
            7:52 UTC
        
        
        Read the original article
        Hit count: 271
        
How to generate changelog of commits groupped by date, in format:
[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
Any git log command, or smart bash script?
© Stack Overflow or respective owner