Re: [PATCH v2 00/12] fix checking out a being-rebased branch

2016-04-20 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > Much happier with this version. This makes > > - git checkout refuse if a branch is under rebase or bisect >elsewhere > > - git worktree add refuse if a branch is under rebase or bisect > > - git branch -D refuse if a branch is under rebase or bisect. >T

[PATCH v2 00/12] fix checking out a being-rebased branch

2016-04-20 Thread Nguyễn Thái Ngọc Duy
Much happier with this version. This makes - git checkout refuse if a branch is under rebase or bisect elsewhere - git worktree add refuse if a branch is under rebase or bisect - git branch -D refuse if a branch is under rebase or bisect. This applies for single worktree case as well.