[vtk-developers] Gitlab and interdiffs

Bill Lorensen bill.lorensen at gmail.com
Mon Apr 6 11:54:52 EDT 2015


I agree that this is bothersome. Makes it more difficult to review a patch.

On Mon, Apr 6, 2015 at 8:07 AM, David Gobbi <david.gobbi at gmail.com> wrote:
> 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
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Search the list archives at: http://markmail.org/search/?q=vtk-developers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtk-developers
>
>



-- 
Unpaid intern in BillsBasement at noware dot com


More information about the vtk-developers mailing list