#2152 Optimize diffing pull-requests
Merged by pingou. Opened by pingou.
optimize_pr_diff  into  master

Download 2152.patch

Instead of listing all the commits in one branch then going through the
second to find the common commits, we iterate through both branches at
the same time and stop when there is an overlap in both lists.

rebased

Looks reasonable to me.

Thanks :)

Pull-Request has been merged by pingou

Metadata