All of lore.kernel.org
 help / color / mirror / Atom feed
* git cvsimport and case-insensitive config
@ 2010-03-30  8:32 Giuseppe Bilotta
  2010-03-30 17:29 ` Junio C Hamano
  0 siblings, 1 reply; 9+ messages in thread
From: Giuseppe Bilotta @ 2010-03-30  8:32 UTC (permalink / raw)
  To: git

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?

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-03-31 11:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-30  8:32 git cvsimport and case-insensitive config Giuseppe Bilotta
2010-03-30 17:29 ` 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

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.