Age | Commit message (Collapse) | Author |
|
(cherry picked from commit 1b2a0fd1ae1e6dfc18e4f75f73cd7befb47cf538)
|
|
* this API allows shell scripts to "query" the "config" represented by a config file in a way similar to how they query the active/working config.
|
|
* add "ignore-edit" option for config output.
* ignore "edit level" when saving config file.
|
|
* part of the config backend cleanup/optimization work.
* improves the performance of "load" (w/o commit) by ~55% and "show" by ~15%.
|
|
|
|
|
|
|
|
* add "commands diff" functionality to config input/output infrastructure.
* consolidate similar logic in "commands diff" and "show diff".
* add loadFile functionality to cstore using "commands diff".
* export loadFile through shell API.
|
|
* separate data from algorithm.
* prepare for unified input/output framework.
|