From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 4 May 2020 08:17:46 -0600 Subject: [PATCH v2 2/2] patman: Add an option to create patches without binary contents In-Reply-To: <1588578764-13485-2-git-send-email-bmeng.cn@gmail.com> References: <1588578764-13485-1-git-send-email-bmeng.cn@gmail.com> <1588578764-13485-2-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 4 May 2020 at 01:52, Bin Meng 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 > > --- > > 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