commit | 1f975b9b94349a06c13548639275296ad43b5457 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 23 08:56:15 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 22 19:23:26 2021 +1300 |
tree | c41f8c64e154129da347962644a01b7a649c11e5 | |
parent | 541186eadc7b9c4897eb3aa56fcead8e59b71bec [diff] |
patman: Quieten down the alias checking When a tag is used in a patch subject (e.g. "tag: rest of message") and it cannot be found as an alias, patman currently reports a fatal error, unless -t is provided, in which case it reports a warning. Experience suggest that the fatal error is not very useful. Instead, default to reporting a warning, with -t tell patman to ignore it altogether. Signed-off-by: Simon Glass <sjg@chromium.org>