[RFC PATCH 05/16] patman: Allow skipping patches at the end

Simon Glass sjg at chromium.org
Sun Jul 19 22:49:45 CEST 2020


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 at 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


More information about the U-Boot mailing list