From: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
To: git@vger.kernel.org
Subject: git cvsimport and case-insensitive config
Date: Tue, 30 Mar 2010 10:32:37 +0200 [thread overview]
Message-ID: <hoscv7$hmn$1@dough.gmane.org> (raw)
Hello all,
I just noticed that there's an annoying buglet in the way git cvsimport
stores its configuration and the case-insensitive key lookup done by git.
git cvsimport looks for cvsimport.* single-letter keys that match the
command-line option (e.g. cvsimport.r for -r). However, since there are some
single-letter options which only differ by case (a vs A, r vs R) if you set
either you get annoying messages (and potentially also odd results, although
I haven't come across these yet).
I come with no patch because I'm not really sure what would be the best
approach at fixing this. Changing the way cvsimport matches config to
command-line options? An option to make git-config case-sensitive re. key
names? Something else?
next reply other threads:[~2010-03-30 8:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-30 8:32 Giuseppe Bilotta [this message]
2010-03-30 17:29 ` git cvsimport and case-insensitive config Junio C Hamano
2010-03-30 18:05 ` Giuseppe Bilotta
2010-03-30 21:20 ` Junio C Hamano
2010-03-30 22:17 ` Giuseppe Bilotta
2010-03-30 23:14 ` Junio C Hamano
2010-03-31 6:54 ` Giuseppe Bilotta
2010-03-31 9:45 ` Junio C Hamano
2010-03-31 11:17 ` Giuseppe Bilotta
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='hoscv7$hmn$1@dough.gmane.org' \
--to=giuseppe.bilotta@gmail.com \
--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.