Closed
Description
According to https://www.kernel.org/pub/software/scm/git/docs/git-config.html, warn
is a valid value for core.safecrlf
. Libgit2 currently assumes it's a boolean and errors if it comes across warn
.
According to https://www.kernel.org/pub/software/scm/git/docs/git-config.html, warn
is a valid value for core.safecrlf
. Libgit2 currently assumes it's a boolean and errors if it comes across warn
.