On Thu, Nov 08, 2007 at 07:52:22PM -0800, Rob Savoye wrote: > Chad Musick wrote: > > Might just be me, but I just use: > > cvs log -r 'filename' | grep 'author' > > if I want to know who has modified a file last. I need to know so rarely > > that it's not worth it to me to add the $Id$ line. > > Just knowing somebody made a change is useless, I'd prefer to just > check the ChangeLog to see what the change was.
Just in case it is useful for someone else, I use cvs2cl, as the ChangeLog isn't always updated on changes, and doesn't contain revisions. cvs2cl -r --stdout array.cpp | less --strk; _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit