Hi, On Fri, 4 Jun 2010, Jonathan Nieder wrote: > This series teaches ‘git grep’ to accept > > git grep -Ovi some_function_name > > to find all the call sites for some_function_name so they can be > adjusted. Dscho’s cover letter[1] explains it better. > > And in fact, Dscho did all the work here; this iteration just rebases it > on master and adds some tests. > > Happy hacking, > Jonathan > > Johannes Schindelin (2): > grep: Add the option '--open-files-in-pager' > grep -O: allow optional argument specifying the pager (or editor) Last time I tried, it also needed the patch "Unify code paths of threaded greps". Don't know if that one made it in already. Ciao, Dscho