Question:
Or just all the commits that occurred between two dates? In SVN, you could do something like
1 2 |
svn diff -r{date}:{date} |
to do it! I can’t seem to find a Git equivalent to this.
Specifically I’m looking at writing a script to send out daily emails with all the code committed that day and by who.