commit | 137947e05b25a9e511bbc30bd795c9d95deec0cb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 05 21:41:52 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Jul 24 19:25:15 2020 -0600 |
tree | d2c8a214ffae872476d88757096f23ace3bd0144 | |
parent | 262130f57c398d7a548cf55fdc278efe561c7afb [diff] |
patman: Allow skipping patches at the end 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>