Finding exact specific (date-based) Moodle version in git

Re: Finding exact specific (date-based) Moodle version in git

by Olli Savolainen -
Number of replies: 0

Thanks Tim!

git log -S '2018051700.00' upstream/MOODLE_35_STABLE
is what I needed. Adding the correct stable branch makes the search much quicker.

Not sure I understand what you meant by the latter part and what that actually does, but no matter.