Hi, Nick

you can use git track down the example file.

Code:
//to find example file
git log --all --name-status | grep delaunay
//to find commit that removed file
git log --all --name-status -- examples/osgdelaunay/osgdelaunay.cpp
//show file contents 1 commit before removal
git show 62fd0ef36^:examples/osgdelaunay/osgdelaunay.cpp




... 

Thank you!

Cheers,
tom[/code]

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=69239#69239





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to