From 6453f7b34864c1a639cc367f576476ee3be1456f Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 17 Mar 2014 20:16:05 +0100 Subject: grep: add grep.fullName config variable This configuration variable sets the default for the --full-name option. Signed-off-by: Andreas Schwab Signed-off-by: Junio C Hamano --- Documentation/git-grep.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Documentation') diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt index f83733490f..31811f16bd 100644 --- a/Documentation/git-grep.txt +++ b/Documentation/git-grep.txt @@ -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 ------- -- cgit v1.2.3