Skip to content

Fix git config parsing

Because the git config --get --bool <option> external command adds an extraneous newline for readability purposes, that character need to be stripped for proper parsing.

Related to: #170 (closed)

Merge request reports