Skip to content
  • Simon Glass's avatar
    patman: Provide option to ignore bad aliases · a1318f7c
    Simon Glass authored
    
    
    Often it happens that patches include tags which don't have aliases. It
    is annoying that patman fails in this case, and provides no option to
    continue other than adding empty tags to the .patman file.
    
    Correct this by adding a '-t' option to ignore tags that don't exist.
    Print a warning instead.
    
    Since running the tests is not a common operation, move this to --test
    instead, to reserve -t for this new option.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    Reviewed-by: default avatarDoug Anderson <dianders@chromium.org>
    a1318f7c