[vtk-developers] Viewing git history post modularization

Pat Marion pat.marion at kitware.com
Fri Apr 13 12:13:02 EDT 2012


I found that you need to add an extra flag if you want to browse the
history of a file.

This will only show commits after modularization:

git log Rendering/Core/vtkPolyDataMapper.cxx


This will include commits prior to modularization:

git log --follow Rendering/Core/vtkPolyDataMapper.cxx


Works with gitk too, but gitk adds merge commits which are distracting.

Pat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20120413/6919148b/attachment.html>


More information about the vtk-developers mailing list