[U-Boot] [PATCH 02/42] moveconfig: Add an option to commit changes
Masahiro Yamada
yamada.masahiro at socionext.com
Thu Aug 25 03:40:45 CEST 2016
2016-08-25 1:51 GMT+09:00 Simon Glass <sjg at chromium.org>:
> The moveconfig tool is quite clever and generally produces results that
> are suitable for sending as a patch without further work. The main required
> step is to add the changes to a commit.
>
> Add an option to do this automatically. This allows moveconfig to be used
> from a script to convert multiple CONFIG options, once per commit.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
Isn't it possible to do this in your script?
BTW, I assume you want this feature
for convert & git-commit per option.
In my opinion, you do not have to split to
per-option patches.
You can move multiple options at once.
tools/moveconfig SPL_DM SPL_RSA SPL_CRYPTO_SUPPORT ...
Then, git commit and list all the moved options in the commit log.
--
Best Regards
Masahiro Yamada
More information about the U-Boot
mailing list