We have something bad occurring in our pre-production environments that is very hard to track down. We know that it was first introduced to our develop branch between 2018-07-21 and 2018-07-28.
I would like to go look at all the merge commits to develop between those two dates to examine them for anything that might be causing our problem. Preferably, I would like to do this in some visual tool like Git Extensions, but that is not critical.
So, I need a list of merge commit hashes to branch "develop" between 2018-07-21 and 2018-07-28, but I don't know how to find that specific list.