GNU bug report logs - #54293
[WIP] home: Add home-git-service-type

Previous Next

Package: guix-patches;

Reported by: 宋文武 <iyzsong <at> outlook.com>

Date: Mon, 7 Mar 2022 15:12:02 UTC

Severity: normal

Full log


View this message in rfc822 format

From: Maxime Devos <maximedevos <at> telenet.be>
To: 宋文武 <iyzsong <at> outlook.com>,  54293 <at> debbugs.gnu.org
Subject: [bug#54293] [WIP] home: Add home-git-service-type
Date: Mon, 07 Mar 2022 18:58:26 +0100
[Message part 1 (text/plain, inline)]
宋文武 schreef op ma 07-03-2022 om 22:51 [+0800]:
> +           (for-each
> +            (match-lambda
> +              ((key value)
> +               (simple-format #t "\t~a = ~s~%" key value)))

What if I want to set the key 'bar' to the value 'foo bar ' (without
teh quotes, but with the trailing space)?  If I do ‘git config
'foo.bar' "foo bar "’, then the following is added to .git/config:

[foo]
        bar = "foo bar "

so it seems that some escaping may be necessary.

Also, what character encoding does git expect .git/config expect it to
be in?  UTF-8, whatever the current locale's encoding is, ...?

Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 24 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.