Skip to content

Fix wrong file revision chosen in file diff

Warren Gifford requested to merge es/fix-filediff-mergebase into master

Created by: eseliger

The merge base is the commit that the diff applies to, not the specified base OID. Hence, we need to find the merge-base and use that as the base in the file.

Merge request reports

Loading