]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
commit902a9715eaef60e75f842381df485b76e5082c4f
tree3217fb5058587930a6f58607b7d35b296343a152
parent68618281e5090f875a8fa5fee3b2b3a0239d8190
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>
tools/patman/patman.py