Your message dated Sat, 12 Mar 2011 15:15:40 -0600
with message-id <20110312211540.GA2563@elie>
and subject line Re: git-cvs: case-sensitive options are mapped to
case-insensitive config entries
has caused the Debian Bug report #579975,
regarding git-cvs: case-sensitive options are mapped to case-insensitive config
entries
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
579975: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579975
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: git-cvs
Version: 1:1.7.1-1
Severity: normal
git-cvsimport maps each option $OPT to the cvsimport.$OPT git-config
entry. However, since git-config entries are case-insensitive, two
options can share the same entry.
In my case, running git-cvsimport now yields this:
fatal: bad config value for 'cvsimport.r' in .git/config
This is a result of:
$ git config --get cvsimport.r
origin
$ git config --bool --get cvsimport.R
fatal: bad config value for 'cvsimport.r' in .git/config
(Note that the error is only fatal to the specific git-config instance,
and not to git-cvsimport itself.)
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.33 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages git-cvs depends on:
ii cvsps 2.1-5 Tool to generate CVS patch set inf
ii git 1:1.7.1-1 fast, scalable, distributed revisi
ii libdbd-sqlite3-perl 1.29-2 Perl DBI driver with a self-contai
git-cvs recommends no packages.
Versions of packages git-cvs suggests:
ii cvs 1:1.12.13-12 Concurrent Versions System
pn git-doc <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1:1.7.4.1-1
Frédéric Brière wrote:
> git-cvsimport maps each option $OPT to the cvsimport.$OPT git-config
> entry. However, since git-config entries are case-insensitive, two
> options can share the same entry.
>
> In my case, running git-cvsimport now yields this:
>
> fatal: bad config value for 'cvsimport.r' in .git/config
v1.7.4-rc1~5^2 (cvsimport: handle the parsing of uppercase config
options, 2010-12-29) seems to fix it. Thanks for a clear report.
--- End Message ---