• S
    patman: Provide option to ignore bad aliases · a1318f7c
    Simon Glass 提交于
    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: NSimon Glass <sjg@chromium.org>
    Reviewed-by: NDoug Anderson <dianders@chromium.org>
    a1318f7c
gitutil.py 18.7 KB