6 git-grep - print lines matching a pattern
11 'git-grep' [<option>...] <pattern> [<path>...]
15 Searches list of files `git-ls-files` produces for lines
16 containing a match to the given pattern.
22 Either an option to pass to `grep` or `git-ls-files`.
23 Some `grep` options, such as `-C` and `-m`, that take
24 parameters are known to `git-grep`.
27 The pattern to look for.
30 Optional paths to limit the set of files to be searched;
31 passed to `git-ls-files`.
36 Written by Linus Torvalds <torvalds@osdl.org>
40 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
44 Part of the gitlink:git[7] suite