]> git.baikalelectronics.ru Git - uboot.git/commit
patman: Allow creating patches for another branch
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2020 03:41:51 +0000 (21:41 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 20 Jul 2020 17:37:46 +0000 (11:37 -0600)
commitd2adc6bf4cdd7a2b49e72bcb3055068c7fb03362
treeef6907830bc90d3c760eabc11ca4740507cee51b
parenta3851baef4cb043e0630cb0ca3dab9633ec38966
patman: Allow creating patches for another branch

Add a -b option to allow patches to be created from a branch other than
the current one.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/control.py
tools/patman/func_test.py
tools/patman/gitutil.py
tools/patman/main.py
tools/patman/patchstream.py