summaryrefslogtreecommitdiffstats
path: root/git-grep.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-01-12 16:19:45 -0800
committerJunio C Hamano <gitster@pobox.com>2016-01-12 16:19:45 -0800
commita7da1ba8da6521497f33dce9b3d2a46a857172cc (patch)
tree40f00fb124d7e367299b750c42cbff89cc96fa33 /git-grep.txt
parent8f458e451b738e86534af8cc0be7463979f41402 (diff)
downloadgit-htmldocs-a7da1ba8da6521497f33dce9b3d2a46a857172cc.tar.gz
Autogenerated HTML docs for v2.7.0-25-gfc10e
Diffstat (limited to 'git-grep.txt')
-rw-r--r--git-grep.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/git-grep.txt b/git-grep.txt
index 4a44d6da1..35aada144 100644
--- a/git-grep.txt
+++ b/git-grep.txt
@@ -23,6 +23,7 @@ SYNOPSIS
[--break] [--heading] [-p | --show-function]
[-A <post-context>] [-B <pre-context>] [-C <context>]
[-W | --function-context]
+ [--threads <num>]
[-f <file>] [-e] <pattern>
[--and|--or|--not|(|)|-e <pattern>...]
[ [--[no-]exclude-standard] [--cached | --no-index | --untracked] | <tree>...]
@@ -53,6 +54,10 @@ grep.extendedRegexp::
option is ignored when the 'grep.patternType' option is set to a value
other than 'default'.
+grep.threads::
+ Number of grep worker threads to use. If unset (or set to 0),
+ 8 threads are used by default (for now).
+
grep.fullName::
If set to true, enable '--full-name' option by default.
@@ -227,6 +232,10 @@ OPTIONS
effectively showing the whole function in which the match was
found.
+--threads <num>::
+ Number of grep worker threads to use.
+ See `grep.threads` in 'CONFIGURATION' for more information.
+
-f <file>::
Read patterns from <file>, one per line.