Hi, Werner wrote: > Please say `git help blame' on the command line and read this > command's manpage :-)
Also http://git-scm.com/docs/git-blame > > git grep color_flag http://git-scm.com/docs/git-grep And the -w option is handy, just as with grep(1), to avoid matching tricolor_flag and color_flagstone as well. Or the regexp can have word-boundary escapes added. Cheers, Ralph.