summaryrefslogtreecommitdiffstats
path: root/git-config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-03-02 11:52:47 -0800
committerJunio C Hamano <gitster@pobox.com>2012-03-02 11:52:47 -0800
commit81d540a73a86a44d48b7d05d8f0dd25964499181 (patch)
tree83ea92ce212c58bb49a00e03ddd74f671b84bc49 /git-config.txt
parent90a5b7b5da0a41417934a3b1e28330ff00de4a84 (diff)
downloadgit-htmldocs-81d540a73a86a44d48b7d05d8f0dd25964499181.tar.gz
Autogenerated HTML docs for v1.7.9.2-358-g22243
Diffstat (limited to 'git-config.txt')
-rw-r--r--git-config.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/git-config.txt b/git-config.txt
index aa8303b1a..81b03982e 100644
--- a/git-config.txt
+++ b/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