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>
Sat, 25 Jul 2020 01:25:15 +0000 (19:25 -0600)
commit262130f57c398d7a548cf55fdc278efe561c7afb
tree76f2c81e8cefd4205127f8810964e3c071b59c03
parentfd70986a62afc291d3fbc172dc0c7219dc84d4b7
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