summaryrefslogtreecommitdiffstats
path: root/git-grep.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-08-11 06:23:52 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-08-11 06:23:52 +0000
commit9f88386765adc1aacb4a0e3b488c69cffc59ca70 (patch)
tree2875537bd869b9969298d294b8131e3ec70dd856 /git-grep.txt
parent31cca1669fe45cbdca5a7f6b888e9a1d04ee1f10 (diff)
downloadgit-htmldocs-9f88386765adc1aacb4a0e3b488c69cffc59ca70.tar.gz
Autogenerated HTML docs for v1.6.4-114-gefd1
Diffstat (limited to 'git-grep.txt')
-rw-r--r--git-grep.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-grep.txt b/git-grep.txt
index b753c9d76..8c700200f 100644
--- a/git-grep.txt
+++ b/git-grep.txt
@@ -17,6 +17,7 @@ SYNOPSIS
[-l | --files-with-matches] [-L | --files-without-match]
[-z | --null]
[-c | --count] [--all-match]
+ [--max-depth <depth>]
[--color | --no-color]
[-A <post-context>] [-B <pre-context>] [-C <context>]
[-f <file>] [-e] <pattern>
@@ -47,6 +48,10 @@ OPTIONS
-I::
Don't match the pattern in binary files.
+--max-depth <depth>::
+ For each pathspec given on command line, descend at most <depth>
+ levels of directories. A negative value means no limit.
+
-w::
--word-regexp::
Match the pattern only at word boundary (either begin at the