Re: [PATCH v6 23/27] switch: reject if some operation is in progress

2019-04-29 Thread Phillip Wood
On 29/04/2019 10:16, Duy Nguyen wrote: On Thu, Apr 25, 2019 at 5:33 PM Phillip Wood wrote: On 29/03/2019 10:39, Nguyễn Thái Ngọc Duy wrote: Unless you know what you're doing, switching to another branch to do something then switching back could be confusing. Worse, you may even forget that yo

Re: [PATCH v6 23/27] switch: reject if some operation is in progress

2019-04-29 Thread Duy Nguyen
On Thu, Apr 25, 2019 at 5:33 PM Phillip Wood wrote: > > On 29/03/2019 10:39, Nguyễn Thái Ngọc Duy wrote: > > Unless you know what you're doing, switching to another branch to do > > something then switching back could be confusing. Worse, you may even > > forget that you're in the middle of someth

Re: [PATCH v6 23/27] switch: reject if some operation is in progress

2019-04-25 Thread Phillip Wood
On 29/03/2019 10:39, Nguyễn Thái Ngọc Duy wrote: > Unless you know what you're doing, switching to another branch to do > something then switching back could be confusing. Worse, you may even > forget that you're in the middle of something. By the time you realize, > you may have done a ton of work

Re: [PATCH v6 23/27] switch: reject if some operation is in progress

2019-03-29 Thread Elijah Newren
On Fri, Mar 29, 2019 at 3:42 AM Nguyễn Thái Ngọc Duy wrote: > > Unless you know what you're doing, switching to another branch to do > something then switching back could be confusing. Worse, you may even > forget that you're in the middle of something. By the time you realize, > you may have done

[PATCH v6 23/27] switch: reject if some operation is in progress

2019-03-29 Thread Nguyễn Thái Ngọc Duy
Unless you know what you're doing, switching to another branch to do something then switching back could be confusing. Worse, you may even forget that you're in the middle of something. By the time you realize, you may have done a ton of work and it gets harder to go back. A new option --ignore-in