]> git.neil.brown.name Git - edlib.git/commit
config: ensure new config overrides earlier config.
authorNeilBrown <neil@brown.name>
Sun, 18 Jun 2023 21:46:27 +0000 (07:46 +1000)
committerNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 07:51:41 +0000 (17:51 +1000)
commitd1eb3126fb65941ebd7ac89bb122b103b1ed8be3
tree1dc7b927cacd74265ec1d7cd87427c5ac7255880
parent299be919c532d8f715c7a40d67d25d9b39a0df63
config: ensure new config overrides earlier config.

Config must be applied in the order is read.  So when recording filename
triggers, always add to the end of the list.  And when including
per-user configuration, read it after the global configuration.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
edlib.ini
lib-config.c