Re: [PATCH] worktree: add --quiet option

2018-08-07 Thread Eric Sunshine
(cc:+Karen Arutyunov[1]; perhaps also do so when you re-roll) In addition to the good review comments by Martin and Duy... On Tue, Aug 7, 2018 at 9:21 AM Elia Pinto wrote: > Add the '--quiet' option to git worktree add, > as for the other git commands. It might make sense to say instead that

Re: [PATCH] worktree: add --quiet option

2018-08-07 Thread Elia Pinto
2018-08-07 16:37 GMT+02:00 Martin Ågren : > Hi Elia > > On 7 August 2018 at 15:21, Elia Pinto wrote: >> Add the '--quiet' option to git worktree add, >> as for the other git commands. >> >> Signed-off-by: Elia Pinto >> --- >> Documentation/git-worktree.txt | 4 +++- >> builtin/worktree.c

Re: [PATCH] worktree: add --quiet option

2018-08-07 Thread Duy Nguyen
On Tue, Aug 7, 2018 at 3:27 PM Elia Pinto wrote: > > Add the '--quiet' option to git worktree add, > as for the other git commands. > > Signed-off-by: Elia Pinto > --- > Documentation/git-worktree.txt | 4 +++- > builtin/worktree.c | 11 +-- > 2 files changed, 12

Re: [PATCH] worktree: add --quiet option

2018-08-07 Thread Martin Ågren
Hi Elia On 7 August 2018 at 15:21, Elia Pinto wrote: > Add the '--quiet' option to git worktree add, > as for the other git commands. > > Signed-off-by: Elia Pinto > --- > Documentation/git-worktree.txt | 4 +++- > builtin/worktree.c | 11 +-- > 2 files changed, 12

[PATCH] worktree: add --quiet option

2018-08-07 Thread Elia Pinto
Add the '--quiet' option to git worktree add, as for the other git commands. Signed-off-by: Elia Pinto --- Documentation/git-worktree.txt | 4 +++- builtin/worktree.c | 11 +-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Documentation/git-worktree.txt