Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
results: Parse git configuration with configparser with strict=False
configparser usually complain about multiple entries for the same option. Using strict=False allow duplicate entries, like in the case of multiple "fetch=" entries on the same section. Signed-off-by: Arisu Tachibana <arisu.tachibana@miraclelinux.com>
- Loading branch information