[vtk-developers] Gitlab and interdiffs

Ben Boeckel ben.boeckel at kitware.com
Mon Apr 6 13:26:13 EDT 2015


On Mon, Apr 06, 2015 at 12:12:26 -0400, Utkarsh Ayachit wrote:
> Yup, that's a known issue. Ben has strategy in mind to get that working.

Basically the problem is that the 'compare' page always does 'git diff
a...b' which shows the commits in b not in a. What we need is a way to
do arbitrary diffs. A quick look at the gitlab code, it appears changes
will be necessary to:

    https://github.com/gitlabhq/gitlab_git/blob/master/lib/gitlab_git/diff.rb#L14-25

to offer a "straight diff" mode.

--Ben


More information about the vtk-developers mailing list