X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fgit-grep.txt;h=8c700200f55e1a92545cfb8218c8c1ba2cedee68;hb=efc266e8aedfd6c5011ea645a85e0744aaecb5d1;hp=b753c9d76fde51198eb7ef34b9ff298095fb1f72;hpb=bc29df602267b1e5783a93d6ff10909c597e5fdc;p=git.git diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt index b753c9d76..8c700200f 100644 --- a/Documentation/git-grep.txt +++ b/Documentation/git-grep.txt @@ -17,6 +17,7 @@ SYNOPSIS [-l | --files-with-matches] [-L | --files-without-match] [-z | --null] [-c | --count] [--all-match] + [--max-depth ] [--color | --no-color] [-A ] [-B ] [-C ] [-f ] [-e] @@ -47,6 +48,10 @@ OPTIONS -I:: Don't match the pattern in binary files. +--max-depth :: + For each pathspec given on command line, descend at most + levels of directories. A negative value means no limit. + -w:: --word-regexp:: Match the pattern only at word boundary (either begin at the