grep: add grep.fullName config variable

This configuration variable sets the default for the --full-name option.

Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Andreas Schwab
2014-03-17 20:16:05 +01:00
committed by Junio C Hamano
parent 00eda23228
commit 6453f7b348
2 changed files with 8 additions and 0 deletions

View File

@ -53,6 +53,9 @@ grep.extendedRegexp::
option is ignored when the 'grep.patternType' option is set to a value
other than 'default'.
grep.fullName::
If set to true, enable '--full-name' option by default.
OPTIONS
-------