
19 Jul
2020
19 Jul
'20
10:49 p.m.
The -s option allows skipping patches at the top of the branch. Sometimes there are commits at the bottom that need to be skipped. At present it is necessary to count the number of commits and then use -c to tell patman how many to process.
Add a -e option to easily skip a number of commits at the bottom of the branch.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/patman/control.py | 8 +++++--- tools/patman/func_test.py | 13 +++++++++++-- tools/patman/main.py | 2 ++ 3 files changed, 18 insertions(+), 5 deletions(-)
Applied to u-boot-dm