Re: [RFC PATCH 04/16] patman: Allow creating patches for another branch

2020-07-19 Thread Simon Glass
Add a -b option to allow patches to be created from a branch other than the current one. Signed-off-by: Simon Glass --- tools/patman/control.py | 13 - tools/patman/func_test.py | 13 +++-- tools/patman/gitutil.py | 19 ++- tools/patman/main.py

[RFC PATCH 04/16] patman: Allow creating patches for another branch

2020-07-05 Thread Simon Glass
Add a -b option to allow patches to be created from a branch other than the current one. Signed-off-by: Simon Glass --- tools/patman/control.py | 13 - tools/patman/func_test.py | 13 +++-- tools/patman/gitutil.py | 19 ++- tools/patman/main.py