<div dir="ltr">Hi All,<div><br></div><div>One problem that I've had with gitlab is that "Changes since last check:"</div><div>doesn't work as advertised.  It always shows the diff versus master.</div><div><br></div><div>Locally, I can generate an interdiff for a revised branch, using the SHA</div><div>of the old and new revision of the branch.  This is nice, because it works</div><div>regardless of whether the branch was rebased, amended, or added to:</div><div><br></div><div>  git show origin/master..1e0a5ac > /tmp/diff1.txt<br></div><div>  git show origin/master..d9ec645 > /tmp/diff2.txt<br></div><div>  interdiff /tmp/diff1.txt /tmp/diff1.txt<br></div><div><br></div><div>Is there any possibility that Gitlab can show an interdiff?</div><div><br></div><div> - David</div><div><br></div></div>