Re: [U-Boot] [PATCH] patman: use -D option for git format-patch

2015-08-21 Thread Simon Glass
Hi, On 17 August 2015 at 22:37, Heiko Schocher 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 >> --- >> >> tools/patman/gitutil.py | 2 +- >> 1 file change

Re: [U-Boot] [PATCH] patman: use -D option for git format-patch

2015-08-17 Thread Heiko Schocher
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 --- tools/patman/gitutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Thanks! Acked-by: Heiko Schocher bye, Heiko

Re: [U-Boot] [PATCH] patman: use -D option for git format-patch

2015-08-17 Thread Simon Glass
On 17 August 2015 at 20:30, Masahiro Yamada wrote: > This allows Patman to generate smaller patches for file removal. > > Signed-off-by: Masahiro Yamada > --- > > tools/patman/gitutil.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Simon Glass _

[U-Boot] [PATCH] patman: use -D option for git format-patch

2015-08-17 Thread Masahiro Yamada
This allows Patman to generate smaller patches for file removal. Signed-off-by: Masahiro Yamada --- 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/gitu