projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bb45b2
)
grep docs: pluralize "Example" section
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>
Documentation/git-grep.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-grep.txt
b/Documentation/git-grep.txt
index c44724d03a60640d34963f068149a3fe6803d20e..ae663b0210f19daed41d31455b9868920d72d2c3 100644
(file)
--- a/
Documentation/git-grep.txt
+++ b/
Documentation/git-grep.txt
@@
-174,8
+174,8
@@
OPTIONS
If given, limit the search to paths matching at least one pattern.
Both leading paths match and glob(7) patterns are supported.
-Example
--------
+Example
s
+-------
-
git grep 'time_t' -- '*.[ch]'::
Looks for `time_t` in all tracked .c and .h files in the working