Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-06-03 23:06:39 +0400
committerJunio C Hamano <gitster@pobox.com>2014-06-03 23:06:39 +0400
commit52df9173fa9b409a96c02a62b06d2b19f4ff5d0f (patch)
tree7ac8a27e4697ed664501bbff94a1f76a2d834a5f /Documentation
parentbce14aa132e0064d9a9b1c7ad98e71e22c6e0272 (diff)
parent6453f7b34864c1a639cc367f576476ee3be1456f (diff)
Merge branch 'as/grep-fullname-config'
Add a configuration variable to force --full-name to be default for "git grep". This may cause regressions on scripted users that do not expect this new behaviour. * as/grep-fullname-config: grep: add grep.fullName config variable
Diffstat (limited to 'Documentation')
-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
-------