commit | 6d00f6cd45c75f765f445ea51303256203b0f346 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 29 21:46:24 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 05 09:11:31 2020 -0700 |
tree | be3546d33bf076ab8363d1e073a38c3dd97eb484 | |
parent | b580039530ee0f982f46efb3c9287039aabb86bc [diff] |
patman: Attach warnings to individual patches At present warnings are produced across the whole set of patches when parsing them. It is more useful to associate each warning with the patch (or commit) that generated it. Attach warnings to the Commit object and move them out of PatchStream. Also avoid generating duplicate warnings for the same commit. Signed-off-by: Simon Glass <sjg@chromium.org>