|
From: | Grigory Shepelev |
Subject: | bug#52801: Guile misbehaves in case of escapes and carriage returns, sometimes breaking "guix pull" |
Date: | Mon, 31 Jan 2022 15:48:23 +0300 |
Grigory Shepelev schreef op zo 30-01-2022 om 22:45 [+0300]:
> Seems like the problem was in my .gitconfig file where "autocrlf =
> true". I set it to "false", and cleared the cache. Then the "guix
> pull" started to work as expected.
According to
<https://github.com/libgit2/libgit2/blob/HEAD/include/git2/clone.h#L111>
and <https://libgit2.org/libgit2/#HEAD/type/git_checkout_options>,
we can tell libgit to not do CRLF conversion, which would make (guix git)
more robust.
Greetings,
Maxime.
[Prev in Thread] | Current Thread | [Next in Thread] |