On Tue, 09 May 2006 15:42:25 -0700 Junio C Hamano <junkio@xxxxxxx> wrote: > sean <seanlkml@xxxxxxxxxxxx> writes: > > > The syntax is: > > > > [<random string>] > > Does this mean you can have anything other than LF and ']'? Anything but LF; how's this for ugly: ["hello Worl\]d \\backslash] > > Here's how your example would look in this style: > > > > [email.torvalds@xxxxxxxx] > > name = Linus Torvalds > > How does a program (not a script, but git_config() users) get > that value and parse it? The same way they do now. For instance git-repo-config processes the config file using the same get_config() + callback as usual. The only issue is that they should no longer cast everything to lower first. Sean - : 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