Re: [PATCH] worktree: allow the main brach of a bare repository to be checked out

2016-10-12 Thread Michael Tutty
52 +0700, Duy Nguyen wrote: >> On Sun, Oct 9, 2016 at 2:51 PM, Dennis Kaarsemaker > >> wrote: >> > On Sat, 2016-10-08 at 19:30 -0500, Michael Tutty wrote: >> > > >> > > The only exception seems to be merging to master. When I do git >> > >

Re: Bug? git worktree fails with master on bare repo

2016-10-10 Thread Michael Tutty
ge process)? On Mon, Oct 10, 2016 at 4:45 AM, Duy Nguyen wrote: > On Sun, Oct 9, 2016 at 8:42 PM, Michael Tutty wrote: >> Dennis, >> Thanks for the great response, and for spending time on my issue. >> I'll try that first patch and see what happens. >> >> In the

Re: Bug? git worktree fails with master on bare repo

2016-10-09 Thread Michael Tutty
case that didn't appear to have that problem. WAT. M. On Sun, Oct 9, 2016 at 5:52 AM, Duy Nguyen wrote: > On Sun, Oct 9, 2016 at 2:51 PM, Dennis Kaarsemaker > wrote: >> On Sat, 2016-10-08 at 19:30 -0500, Michael Tutty wrote: >>> Hey all, >>> I'm work

Bug? git worktree fails with master on bare repo

2016-10-08 Thread Michael Tutty
Hey all, I'm working on some server-side software to do a merge. By using git worktree it's possible to check out a given branch for a bare repo and merge another branch into it. It's very fast, even with large repositories. The only exception seems to be merging to master. When I do git worktree