Merge request shows incorrect diff
Created by: CedricGatay
When viewing diff of a merge request, Grit was asked diff between incorrect SHA-1 (getting parents) Instead we compute the diff against the specified branches, diff detail contains only the modified files
Created by: dzaporozhets
Diff between branches wont show you progress of source branch. Example:
- target branch made from source and we pushed new commit X
- source branch got new commit Y after target branch was created
Diff between branches will show us +X and -Y in diff. But we need to see only X in merge request diff
By Administrator on 2012-03-02T11:23:32 (imported from GitLab project)
Please register or sign in to reply