Hacker News new | ask | show | jobs
by zaarn 2316 days ago
Git does not use TOML, even if it looks very similar. You can check the syntax in "man git-config", but is definitely has a few syntax differences to TOML (especially the "[section "subsection"]" part)

There is no formal git-config standard other than what's deployed in git.