Commits should be shown in commit order, not date order, in merge request
Created by: jameshfisher
Steps to reproduce:
- git checkout m
- git checkout -b b
- create two new commits c1 and c2, where c1 is parent of c2, and b now points to c2, and date of c2 is older date than commit c1
- create a merge request for b
Expected behavior: commits shown in order: c2 then c1 (reverse commit order)
Actual behavior: commits shown in order: c1 then c2 (reverse date order)