mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
patman: use -D option for git format-patch
This allows Patman to generate smaller patches for file removal. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org> Acked-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
c78dfb4fd2
commit
19b4a33698
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ def CreatePatches(start, count, series):
|
|||
"""
|
||||
if series.get('version'):
|
||||
version = '%s ' % series['version']
|
||||
cmd = ['git', 'format-patch', '-M', '--signoff']
|
||||
cmd = ['git', 'format-patch', '-D', '-M', '--signoff']
|
||||
if series.get('cover'):
|
||||
cmd.append('--cover-letter')
|
||||
prefix = series.GetPatchPrefix()
|
||||
|
|
Loading…
Add table
Reference in a new issue