I found that you need to add an extra flag if you want to browse the history of a file.<br><br>This will only show commits after modularization:<br><br>git log Rendering/Core/vtkPolyDataMapper.cxx <br><br><br>This will include commits prior to modularization:<br>
<br>git log --follow Rendering/Core/vtkPolyDataMapper.cxx<br><br><br>Works with gitk too, but gitk adds merge commits which are distracting.<br><br>Pat<br>