Re: [PATCHv3] send-email: Ask if a patch should be sent twice

2019-07-30 Thread Jeff King
On Tue, Jul 30, 2019 at 03:56:43PM -0700, Andrey Vagin wrote: > On Tue, Jul 30, 2019 at 3:13 PM Junio C Hamano wrote: > > > > Dmitry Safonov writes: > > > > > I was almost certain that git won't let me send the same patch twice, > > > > Why? And more importantly, does it matter to readers of th

Re: [PATCHv3] send-email: Ask if a patch should be sent twice

2019-07-30 Thread Dmitry Safonov
Hi Junio, On 7/30/19 11:13 PM, Junio C Hamano wrote: > Dmitry Safonov writes: > >> I was almost certain that git won't let me send the same patch twice, > > Why? And more importantly, does it matter to readers of this > message what you thought? I see the point of putting description in imper

Re: [PATCHv3] send-email: Ask if a patch should be sent twice

2019-07-30 Thread Andrey Vagin
On Tue, Jul 30, 2019 at 3:13 PM Junio C Hamano wrote: > > Dmitry Safonov writes: > > > I was almost certain that git won't let me send the same patch twice, > > Why? And more importantly, does it matter to readers of this > message what you thought? Sounds rude. What matter to readers except au

Re: [PATCHv3] send-email: Ask if a patch should be sent twice

2019-07-30 Thread Junio C Hamano
Dmitry Safonov writes: > I was almost certain that git won't let me send the same patch twice, Why? And more importantly, does it matter to readers of this message what you thought? > but today I've managed to double-send a directory by a mistake: > git send-email --to linux-ker...@vger.

Re: [PATCHv3] send-email: Ask if a patch should be sent twice

2019-07-30 Thread Dmitry Safonov
On 7/30/19 10:10 PM, SZEDER Gábor wrote: > On Tue, Jul 30, 2019 at 09:33:27PM +0100, Dmitry Safonov wrote: >> @@ -589,6 +591,19 @@ test_expect_success $PREREQ 'In-Reply-To with >> --chain-reply-to' ' >> test_cmp expect actual >> ' >> >> +test_expect_success $PREREQ 'ask confirmation for do

Re: [PATCHv3] send-email: Ask if a patch should be sent twice

2019-07-30 Thread SZEDER Gábor
On Tue, Jul 30, 2019 at 09:33:27PM +0100, Dmitry Safonov wrote: > @@ -589,6 +591,19 @@ test_expect_success $PREREQ 'In-Reply-To with > --chain-reply-to' ' > test_cmp expect actual > ' > > +test_expect_success $PREREQ 'ask confirmation for double-send' ' > + clean_fake_sendmail && > +