[vtk-developers] Gitlab and interdiffs

David Gobbi david.gobbi at gmail.com
Mon Apr 6 11:07:34 EDT 2015


Hi All,

One problem that I've had with gitlab is that "Changes since last check:"
doesn't work as advertised.  It always shows the diff versus master.

Locally, I can generate an interdiff for a revised branch, using the SHA
of the old and new revision of the branch.  This is nice, because it works
regardless of whether the branch was rebased, amended, or added to:

  git show origin/master..1e0a5ac > /tmp/diff1.txt
  git show origin/master..d9ec645 > /tmp/diff2.txt
  interdiff /tmp/diff1.txt /tmp/diff1.txt

Is there any possibility that Gitlab can show an interdiff?

 - David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20150406/b1aa1a63/attachment.html>


More information about the vtk-developers mailing list