How can i get a list of all the git commits done to the master branch between 2014-01-01 and 2014-06-30?
I know git log
will give me roughly this format (repeated for all commits):
commit <hash>
author: <author name>
date: <date>
<comment>
But how can it be limited to selected dates and a one line per commit format?
<hash> <author> <date>
<hash> <author> <date>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…