]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
patman: Add -a option to refrain from test-applying the patches
authorSimon Glass <sjg@chromium.org>
Tue, 26 Mar 2013 13:09:43 +0000 (13:09 +0000)
committerSimon Glass <sjg@chromium.org>
Mon, 8 Apr 2013 22:21:22 +0000 (15:21 -0700)
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>

No differences found