Using git bisect I found the culprit commit - it is a merge commit (I'm on the master branch)
I'm trying to isolate the buggy code but the merge included some commits from the merged branch and I don't know how can I view the full changes between the merge commit and the commit before it (the previous working commit in the master)
Is there a way to do so in GIT?