
3 May
2020
3 May
'20
4:26 a.m.
On Fri, 1 May 2020 at 18:55, Bin Meng bmeng.cn@gmail.com wrote:
Some mailing lists have size limits and when we add binary contents to our patches it's easy to exceed the size limits.
Git supports a command line option "--no-binary" to generate patches without any binary contents. Add an option in patman to handle this. Note with this option patches cannot be applied properly, but they are still useful for code review.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
tools/patman/gitutil.py | 4 +++- tools/patman/main.py | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Can you also please update the docs?