<div class="gmail_quote">On Fri, Jul 9, 2010 at 4:25 AM, Michael Wild <span dir="ltr">&lt;<a href="mailto:themiwi@gmail.com">themiwi@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im"><br>
On 9. Jul, 2010, at 1:52 , François Bissey wrote:<br>
<br>
&gt;&gt; It is 5.6.0 + some additional patches as VTK 5.6.0 was released before<br>
&gt;&gt; ParaView 3.8.0 was finished. If you checkout the VTK release branch. The<br>
&gt;&gt; commit ParaView 3.8.0 used was:<br>
&gt;&gt;<br>
&gt;&gt; 8b2449871dca83d542cc7d8093da5fee3c70ebb1<br>
&gt;&gt;<br>
&gt;&gt; Author: Dave DeMarle &lt;<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>&gt;  2010-05-19 14:25:56<br>
&gt;&gt; Committer: David Partyka &lt;<a href="mailto:dave.partyka@kitware.com">dave.partyka@kitware.com</a>&gt;  2010-05-21 08:59:24<br>
&gt;&gt; Parent: 33a0bc981c98fc81bc5351ad27ad018e9cdc6dc1 (STYLE: Remove tabs.)<br>
&gt;&gt; Child:  9fcf02d503c6fb13fa5104deb3956a77ff079a3a (COMP:<br>
&gt;&gt; SetNumberOfHistogramBins(int*) missing definition, added)<br>
&gt;&gt; Branches: release, remotes/origin/release<br>
&gt;&gt; Follows: v5.6.0<br>
&gt;&gt; Precedes:<br>
&gt;&gt;<br>
&gt;&gt;    Take timestamps of key portions of parallel rendering algorithm.<br>
&gt;&gt;<br>
&gt; Is there an easy to get the diff between the released vtk-5.6.0 and<br>
&gt; and the branch used in paraview-3.8.0?<br>
&gt;<br>
&gt; Francois<br>
<br>
</div>Gitweb doesn&#39;t do diffing between arbitrary commits, so probably the easiest way is to just checkout the v3.8.0 tag from the ParaView repository, initialize the submodules, change into the VTK directory and do a &quot;git diff v5.6.0&quot;.<br>

</blockquote><div><br></div><div>If you have a checkout of VTK, the following would give you a diff between the tag and the hash used in ParaView,</div><div><br></div><div>git diff v5.6.0..8b2449</div><div><br></div><div>

You can also replace diff with log to see the commits, or log -p to see the commits with diffs for each commit. I hope that help.</div><div><br></div><div>Thanks,</div><div><br></div><div>Marcus</div><div>--</div><div>Marcus D. Hanwell, Ph.D.<br>

R&amp;D Engineer, Kitware Inc.<br>(518) 881-4937<br></div></div>