Re: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-11 Thread Ævar Arnfjörð Bjarmason
On Thu, May 11, 2017 at 12:28 PM, Konstantin Khomoutov wrote: > On Thu, May 11, 2017 at 10:10:05AM +, Kerry, Richard wrote: > > [...] >> > > @@ -1940,7 +1940,7 @@ static void am_resolve(struct am_state *state) >> > > >> > > if (unmerged_cache()) { >> > >

Re: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-11 Thread Konstantin Khomoutov
On Thu, May 11, 2017 at 10:10:05AM +, Kerry, Richard wrote: [...] > > > @@ -1940,7 +1940,7 @@ static void am_resolve(struct am_state *state) > > > > > > if (unmerged_cache()) { > > > printf_ln(_("You still have unmerged paths in your index.\n" > > > - "Did

RE: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-11 Thread Kerry, Richard
g; rashmipa...@gmail.com > Subject: Re: [PATCH v2 1/3] usability: don't ask questions if no reply is > required > > Jean-Noel Avila <jn.av...@free.fr> writes: > > > diff --git a/builtin/am.c b/builtin/am.c index a95dd8b4e..f5afa438d > > 100644 > > --- a/builtin/a

Re: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-10 Thread Junio C Hamano
Jean-Noel Avila writes: > diff --git a/builtin/am.c b/builtin/am.c > index a95dd8b4e..f5afa438d 100644 > --- a/builtin/am.c > +++ b/builtin/am.c > @@ -1312,7 +1312,7 @@ static int parse_mail(struct am_state *state, const > char *mail) > } > > if

Re: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-09 Thread Ævar Arnfjörð Bjarmason
nsists of non-native speakers, and when in doubt we >> should definitely be picking simpler English like "did you mean?" v.s. >> alternatives with >10 character more obscure words. >> >> > Richard Kerry >> > BNCS Engineer, SI SOL Telco & Media Vertical

Re: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-09 Thread Jean-Noël AVILA
from any virus transmitted. > > ____________ > From: Ævar Arnfjörð Bjarmason [ava...@gmail.com] > Sent: 04 May 2017 10:09 > To: Kerry, Richard > Cc: git@vger.kernel.org > Subject: Re: [PATCH v2 1/3] usability: don't ask questions if no reply is >

RE: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-04 Thread Kerry, Richard
git@vger.kernel.org Subject: Re: [PATCH v2 1/3] usability: don't ask questions if no reply is required On Thu, May 4, 2017 at 10:52 AM, Kerry, Richard <richard.ke...@atos.net> wrote: > > May I suggest that " The most approaching commands" doesn't make much sense > as English

Re: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-04 Thread Jean-Noël AVILA
Le jeudi 4 mai 2017, 08:52:43 CEST Kerry, Richard a écrit : > > May I suggest that " The most approaching commands" doesn't make much sense > as English (I don't think a command can "approach"). > Perhaps it should be " The most appropriate commands". > > > Regards, > Richard. > Thank you

Re: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-04 Thread Ævar Arnfjörð Bjarmason
, Stadium House, Wood Lane, London, W12 7TA > richard.ke...@atos.net > > > > > -Original Message- > From: git-ow...@vger.kernel.org [mailto:git-ow...@vger.kernel.org] On Behalf > Of Jean-Noel Avila > Sent: Wednesday, May 03, 2017 10:07 PM > To: git@vger.kernel.org > Cc: rash

RE: [PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-04 Thread Kerry, Richard
: Wednesday, May 03, 2017 10:07 PM To: git@vger.kernel.org Cc: rashmipa...@gmail.com; Jean-Noel Avila <jn.av...@free.fr> Subject: [PATCH v2 1/3] usability: don't ask questions if no reply is required There has been a bug report by a corporate user that stated that "spelling mistake o

[PATCH v2 1/3] usability: don't ask questions if no reply is required

2017-05-03 Thread Jean-Noel Avila
There has been a bug report by a corporate user that stated that "spelling mistake of stash followed by a yes prints character 'y' infinite times." This analysis was false. When the spelling of a command contains errors, the git program tries to help the user by providing candidates which are