On Friday 28 of September 2012 21:46:46 Darrell Anderson wrote:
The 'git log --until" command queries the
last commit on a specific date. I
don't know how to extract the commit hash from that query.
Just a few things that may be helpful:
git rev-parse "@{2012-04-01 00:00:00}"
git log --pretty=format:"%ci; %h; %s" v3.5.13..HEAD
Slávek
--