Skip to content

uci: do not commit on exit if there was no change done

Karel Koci requested to merge no-commit-on-exit into master

We should not commit every time we exit from context because that can take a long time. This remembers if some changes could have been done and otherwise we do not commit on exit.

Merge request reports