aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-03-01 14:45:14 -0800
committerJunio C Hamano <gitster@pobox.com>2012-03-01 14:45:14 -0800
commit797166cfafb516a713fa442bfc0411a7d2e131e3 (patch)
tree78a62c48a582b213dda88b12153a943070595ffb /Documentation/git-config.txt
parent0f559f57203f225c54a6c1e414ec8a993286a7e1 (diff)
parente0a4aae865862549c5f2a65016d4d264843e7914 (diff)
downloadgit-797166cfafb516a713fa442bfc0411a7d2e131e3.tar.gz
Merge branch 'maint'
* maint: Documentation fixes in git-config
Diffstat (limited to 'Documentation/git-config.txt')
-rw-r--r--Documentation/git-config.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt
index aa8303b1ad..81b03982e3 100644
--- a/Documentation/git-config.txt
+++ b/Documentation/git-config.txt
@@ -85,8 +85,11 @@ OPTIONS
is not exactly one.
--get-regexp::
- Like --get-all, but interprets the name as a regular expression.
- Also outputs the key names.
+ Like --get-all, but interprets the name as a regular expression and
+ writes out the key names. Regular expression matching is currently
+ case-sensitive and done against a canonicalized version of the key
+ in which section and variable names are lowercased, but subsection
+ names are not.
--global::
For writing options: write to global ~/.gitconfig file rather than