summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8bb45b2)
raw | patch | inline | side by side (parent: 8bb45b2)
author | Mark Lodato <lodatom@gmail.com> | |
Fri, 26 Feb 2010 03:40:10 +0000 (22:40 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 26 Feb 2010 06:39:09 +0000 (22:39 -0800) |
Signed-off-by: Mark Lodato <lodatom@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-grep.txt | patch | blob | history |
index c44724d03a60640d34963f068149a3fe6803d20e..ae663b0210f19daed41d31455b9868920d72d2c3 100644 (file)
If given, limit the search to paths matching at least one pattern.
Both leading paths match and glob(7) patterns are supported.
-Example
--------
+Examples
+--------
git grep 'time_t' -- '*.[ch]'::
Looks for `time_t` in all tracked .c and .h files in the working