From: milki <milki@rescomp.berkeley.edu>
To: git@vger.kernel.org
Subject: git-config: case insensitivity for subsections
Date: Wed, 17 Aug 2011 23:35:28 -0700 [thread overview]
Message-ID: <20110818063528.GH13342@hal.rescomp.berkeley.edu> (raw)
In git-config(1):
There is also a case insensitive alternative [section.subsection]
syntax. In this syntax, subsection names follow the same restrictions
as for section names.
If I define [section.SUBSECTION] (aka, not all lowercase), I cannot
use: git config section.SUBSECTION.option, but rather only git config
section.subsection.option. Furthermore, If I also define a [section
"SUBSECTION"], the two sections are not merged.
I believe this differs from the case insensitity that is used for
sections: [section] and [SECTION] would be considered the same section.
Is this the proper behaviour for the case insensititve alternative for
subsections?
Thanks.
--
milki
next reply other threads:[~2011-08-18 6:41 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-18 6:35 milki [this message]
2011-08-25 20:58 ` git-config: case insensitivity for subsections Jeff King
2011-08-25 21:32 ` Junio C Hamano
2011-08-25 21:39 ` Jeff King
2011-08-25 21:57 ` milki
2011-08-29 0:50 ` Alex Vandiver
2011-08-29 5:42 ` milki
2011-08-29 15:58 ` Jeff King
2011-08-29 16:47 ` Alex Vandiver
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110818063528.GH13342@hal.rescomp.berkeley.edu \
--to=milki@rescomp.berkeley.edu \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.