Re: [PATCH] Use core.sharedrepository consistently.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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
-
: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]