[PATCH 2/2] patman: Add an option to create patches without binary contents

Simon Glass sjg at chromium.org
Sun May 3 04:26:47 CEST 2020


On Fri, 1 May 2020 at 18:55, Bin Meng <bmeng.cn at 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 at gmail.com>
> ---
>
>  tools/patman/gitutil.py | 4 +++-
>  tools/patman/main.py    | 5 ++++-
>  2 files changed, 7 insertions(+), 2 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>

Can you also please update the docs?


More information about the U-Boot mailing list