]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
moveconfig: Add an option to commit changes
authorSimon Glass <sjg@chromium.org>
Tue, 13 Sep 2016 05:18:21 +0000 (23:18 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 16 Sep 2016 21:03:14 +0000 (17:03 -0400)
commit9ede21234172ac9dff078e3e5f6dbd4a407c4680
tree32b17fb32580951fc6e2f7d87ed6105c33f9a260
parent6b403dfd2e0de791b1c635460e04791162e70ba0
moveconfig: Add an option to commit changes

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@chromium.org>
tools/moveconfig.py