Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(vcs): rewrite git config update to not sync on each change
The set_value interface immediatelly writes out any change making our batching ineffective. Sticking to native ConfigParser set interface makes it write the file when leaving the context. This also needs we need to manually create missing sections.
- Loading branch information