summaryrefslogtreecommitdiff
path: root/Documentation/config/grep.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/config/grep.txt')
-rw-r--r--Documentation/config/grep.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/config/grep.txt b/Documentation/config/grep.txt
index 182edd8..10041f2 100644
--- a/Documentation/config/grep.txt
+++ b/Documentation/config/grep.txt
@@ -17,9 +17,12 @@ grep.extendedRegexp::
other than 'default'.
grep.threads::
- Number of grep worker threads to use.
- See `grep.threads` in linkgit:git-grep[1] for more information.
+ Number of grep worker threads to use. If unset (or set to 0), Git will
+ use as many threads as the number of logical cores available.
+
+grep.fullName::
+ If set to true, enable `--full-name` option by default.
grep.fallbackToNoIndex::
- If set to true, fall back to git grep --no-index if git grep
+ If set to true, fall back to `git grep --no-index` if `git grep`
is executed outside of a git repository. Defaults to false.