commit | 197ad284aa7d8fe24188681aac5088ac21d87be5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 26 13:09:43 2013 +0000 |
committer | Simon Glass <sjg@chromium.org> | Mon Apr 08 15:21:22 2013 -0700 |
tree | 3217fb5058587930a6f58607b7d35b296343a152 | |
parent | 21c325f26e543ba35aa1ada1a400ea0e272baa98 [diff] |
patman: Add -a option to refrain from test-applying the patches Especially with the Linux kernel, it takes a long time (a minute or more) to test-apply the patches, so patman becomes significantly less useful. The only real problem that is found with this apply step is trailing spaces. Provide a -a option to skip this step, for those working with clean patches. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Doug Anderson <dianders@chromium.org>