commit | 902a9715eaef60e75f842381df485b76e5082c4f | [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 | 68618281e5090f875a8fa5fee3b2b3a0239d8190 [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>