diff options
Diffstat (limited to 'Documentation/config/grep.txt')
-rw-r--r-- | Documentation/config/grep.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/grep.txt b/Documentation/config/grep.txt index e521f20..10041f2 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. |