Is it possible to search in a given repository for a string (e.g. "class name")?

It would be useful for me even if it is a long time operation.

Thanks for help!

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted

Yes, see the "git grep" command

link|improve this answer
Thank you! It's what I was looking for. – MartyIX Apr 3 '10 at 14:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.