commit | cb8d3b14dac60d435761f813870b69b1b9fe6e58 | [log] [tgz] |
---|---|---|
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | Tue Dec 20 00:38:41 2022 -0500 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 05 19:21:57 2023 -0700 |
tree | c394a22cfbba42891732f9d27f94428164da53a4 | |
parent | 64a690fa0f3426c07b13aba1162d75df4aaeb3a5 [diff] |
patman: additionally honor a local .patman config file This enables versioning a project specific patman configuration file. It also makes it possible to declare the project name, which is not a useful thing to do in $HOME/.patman. A new test is added, along updated documentation. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com> Reviewed-by: Simon Glass <sjg@chromium.org>