From: Linus Torvalds <torvalds@osdl.org>
To: "Fernando J. Pereda" <ferdy@gentoo.org>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] Use core.sharedrepository consistently.
Date: Sat, 4 Mar 2006 15:16:40 -0800 (PST) [thread overview]
Message-ID: <Pine.LNX.4.64.0603041514050.22647@g5.osdl.org> (raw)
In-Reply-To: <20060304225125.GB8891@ferdyx.org>
On Sat, 4 Mar 2006, Fernando J. Pereda wrote:
>
> 'git init-db --shared' sets 'core.sharedRepository' but in
> setup.c 'core.sharedrepository' is checked instead.
It really shouldn't matter.
Case in a git config option name is always converted to lower case when
the config file is read, exactly so that you can use mixed case without
the actual readers caring. Lots of people prefer mixed-case for
human-readable info, ie
[Core]
Name=Linus Torvalds
will actually generate
core.name=Linus Torvalds
as the config variable.
So the code should have worked fine. Unless there is some bug somewhere.
Linus
next prev parent reply other threads:[~2006-03-04 23:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-04 22:51 [PATCH] Use core.sharedrepository consistently Fernando J. Pereda
2006-03-04 23:02 ` Fernando J. Pereda
2006-03-04 23:16 ` Linus Torvalds [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-03-04 23:05 Fernando J. Pereda
2006-03-04 23:38 ` Junio C Hamano
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=Pine.LNX.4.64.0603041514050.22647@g5.osdl.org \
--to=torvalds@osdl.org \
--cc=ferdy@gentoo.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).