]> git.baikalelectronics.ru Git - uboot.git/commit
patman: Add an option to create patches without binary contents
authorBin Meng <bmeng.cn@gmail.com>
Mon, 4 May 2020 07:52:44 +0000 (00:52 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 30 May 2020 02:55:45 +0000 (20:55 -0600)
commit0932cb40f4e09589c1ad1a3178c1d4f09814fcef
tree5fe89636262e3830b7f3bc927e651c996093570d
parent4ab4ccc30c69af21560da32a4da64e33b3befc2b
patman: Add an option to create patches without binary contents

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/patman/README
tools/patman/gitutil.py
tools/patman/main.py