aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config/grep.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/config/grep.txt')
-rw-r--r--Documentation/config/grep.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/grep.txt b/Documentation/config/grep.txt
index e521f20390..10041f27b0 100644
--- a/Documentation/config/grep.txt
+++ b/Documentation/config/grep.txt
@@ -24,5 +24,5 @@ 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.