Re: [PATCH v6 43/44] builtin/apply: add a cli option for be_silent

2016-06-11 Thread Christian Couder
On Fri, Jun 10, 2016 at 10:59 PM, René Scharfe wrote: > Am 10.06.2016 um 22:11 schrieb Christian Couder: >> >> Let's make it possible to request a silent operation on the >> command line. >> >> Signed-off-by: Christian Couder >> --- >> builtin/apply.c | 2

Re: [PATCH v6 43/44] builtin/apply: add a cli option for be_silent

2016-06-10 Thread René Scharfe
Am 10.06.2016 um 22:11 schrieb Christian Couder: Let's make it possible to request a silent operation on the command line. Signed-off-by: Christian Couder --- builtin/apply.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builtin/apply.c b/builtin/apply.c

[PATCH v6 43/44] builtin/apply: add a cli option for be_silent

2016-06-10 Thread Christian Couder
Let's make it possible to request a silent operation on the command line. Signed-off-by: Christian Couder --- builtin/apply.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builtin/apply.c b/builtin/apply.c index ddd61de..93744f8 100644 --- a/builtin/apply.c +++