On Mon, 4 May 2020 at 01:52, Bin Meng <[email protected]> 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 <[email protected]> > > --- > > Changes in v2: > - update documentation to mention the new option > > tools/patman/README | 5 +++++ > tools/patman/gitutil.py | 4 +++- > tools/patman/main.py | 5 ++++- > 3 files changed, 12 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

