public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] patman: use -D option for git format-patch
@ 2015-08-18  2:30 Masahiro Yamada
  2015-08-18  3:45 ` Simon Glass
  2015-08-18  4:37 ` Heiko Schocher
  0 siblings, 2 replies; 4+ messages in thread
From: Masahiro Yamada @ 2015-08-18  2:30 UTC (permalink / raw)
  To: u-boot

This allows Patman to generate smaller patches for file removal.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 tools/patman/gitutil.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/patman/gitutil.py b/tools/patman/gitutil.py
index 9e739d8..67b086b 100644
--- a/tools/patman/gitutil.py
+++ b/tools/patman/gitutil.py
@@ -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()
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] patman: use -D option for git format-patch
  2015-08-18  2:30 [U-Boot] [PATCH] patman: use -D option for git format-patch Masahiro Yamada
@ 2015-08-18  3:45 ` Simon Glass
  2015-08-18  4:37 ` Heiko Schocher
  1 sibling, 0 replies; 4+ messages in thread
From: Simon Glass @ 2015-08-18  3:45 UTC (permalink / raw)
  To: u-boot

On 17 August 2015 at 20:30, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> This allows Patman to generate smaller patches for file removal.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
>  tools/patman/gitutil.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] patman: use -D option for git format-patch
  2015-08-18  2:30 [U-Boot] [PATCH] patman: use -D option for git format-patch Masahiro Yamada
  2015-08-18  3:45 ` Simon Glass
@ 2015-08-18  4:37 ` Heiko Schocher
  2015-08-22  4:20   ` Simon Glass
  1 sibling, 1 reply; 4+ messages in thread
From: Heiko Schocher @ 2015-08-18  4:37 UTC (permalink / raw)
  To: u-boot

Hello Masahiro,

Am 18.08.2015 um 04:30 schrieb Masahiro Yamada:
> This allows Patman to generate smaller patches for file removal.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
>   tools/patman/gitutil.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Thanks!

Acked-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] patman: use -D option for git format-patch
  2015-08-18  4:37 ` Heiko Schocher
@ 2015-08-22  4:20   ` Simon Glass
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2015-08-22  4:20 UTC (permalink / raw)
  To: u-boot

Hi,

On 17 August 2015 at 22:37, Heiko Schocher <hs@denx.de> wrote:
> Hello Masahiro,
>
> Am 18.08.2015 um 04:30 schrieb Masahiro Yamada:
>>
>> This allows Patman to generate smaller patches for file removal.
>>
>> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
>> ---
>>
>>   tools/patman/gitutil.py | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>
>
> Thanks!
>
> Acked-by: Heiko Schocher <hs@denx.de>

I'm picking this up now since I think the current behaviour is actually wrong.

Applied to u-boot-x86, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-22  4:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-18  2:30 [U-Boot] [PATCH] patman: use -D option for git format-patch Masahiro Yamada
2015-08-18  3:45 ` Simon Glass
2015-08-18  4:37 ` Heiko Schocher
2015-08-22  4:20   ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox