commit | 1ee91c1afc0cea45c0921be5f42902f390f59ddf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 03 13:54:10 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Nov 14 15:23:41 2020 -0700 |
tree | 4f3ab492a89bfc98e568a196df9aa8ba91af1eb5 | |
parent | daa7e757a218ca41f637a4407fcee36393e24249 [diff] |
patman: Refactor how the default subcommand works At present patman tries to assume a default subcommand of 'send', to maintain backwards compatibility. However it does not cope with arguments added to the default command, so for example 'patman -t' does not work. Update the logic to handle this. Also update the CC command to use 'send' explicitly, since otherwise patman gets confused with the patch-filename argument. Signed-off-by: Simon Glass <sjg@chromium.org>