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

Simon Glass sjg at chromium.org
Mon May 4 16:17:46 CEST 2020


On Mon, 4 May 2020 at 01:52, 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>
>
> ---
>
> 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 <sjg at chromium.org>


More information about the U-Boot mailing list