Re: BUG: Renaming a branch checked out in a different work tree

2017-03-29 Thread Andreas Schwab
On Mär 29 2017, Eyal Lotem wrote: > git version: 2.7.4 > installed from Ubuntu repos: > Ubuntu Version: 1:2.7.4-0ubuntu1 > > When renaming a branch checked out in a different work tree, that work > tree's state is corrupted. Git status in that work tree then reports > itself being on the "initial

Re: BUG: Renaming a branch checked out in a different work tree

2017-03-29 Thread Jonathan Nieder
(+cc: Kazuki Yamaguchi --- thanks for writing the fix!) Hi Eyal, Eyal Lotem wrote: > git version: 2.7.4 > installed from Ubuntu repos: > Ubuntu Version: 1:2.7.4-0ubuntu1 > > When renaming a branch checked out in a different work tree, that work > tree's state is corrupted. Git status in that work

BUG: Renaming a branch checked out in a different work tree

2017-03-29 Thread Eyal Lotem
git version: 2.7.4 installed from Ubuntu repos: Ubuntu Version: 1:2.7.4-0ubuntu1 When renaming a branch checked out in a different work tree, that work tree's state is corrupted. Git status in that work tree then reports itself being on the "initial commit" with all files being in the staging area