Tip of the day: reversed git bisect
git bisect
is great for finding where things went wrong, but not so great at finding where they went right, such as when a fix was introduced for an issue. This explains how to trick git bisect
into letting you do just that.