Hi Junio, On Tue, 3 Mar 2020, Junio C Hamano wrote: > * hv/receive-denycurrent-everywhere (2020-02-24) 3 commits > (merged to 'next' on 2020-02-25 at 84e35c4980) > + receive.denyCurrentBranch: respect all worktrees > + t5509: use a bare repository for test push target > + get_main_worktree(): allow it to be called in the Git directory > > "git push" should stop from updating a branch that is checked out > when receive.denyCurrentBranch configuration is set, but it failed > to pay attention to checkouts in secondary worktrees. This has > been corrected. > > Will merge to 'master'. > Could we make sure that https://lore.kernel.org/git/pull.570.git.1583305200143.gitgitgadget@xxxxxxxxx is also integrated into this before it advances? It only adds a regression test case (which according to the PR build passes just fine). Thanks, Dscho