aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-grep.txt
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2014-03-17 20:16:05 +0100
committerJunio C Hamano <gitster@pobox.com>2014-03-20 12:38:00 -0700
commit6453f7b34864c1a639cc367f576476ee3be1456f (patch)
tree4df12bd5d677db271094c0676d228cdacc155665 /Documentation/git-grep.txt
parent00eda23228acb68c85a76f977f4e59f82189ce3f (diff)
downloadgit-6453f7b34864c1a639cc367f576476ee3be1456f.tar.gz
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>
Diffstat (limited to 'Documentation/git-grep.txt')
-rw-r--r--Documentation/git-grep.txt3
1 files changed, 3 insertions, 0 deletions
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
-------