Re: Bug with worktrees...

2015-08-28 Thread John Szakmeister
On Thu, Aug 27, 2015 at 10:55 PM, Eric Sunshine wrote: [snip] > I can reproduce with 2.5.0 but not 'master'. Bisection reveals that > this was fixed by d95138e (setup: set env $GIT_WORK_TREE when work > tree is set, like $GIT_DIR, 2015-06-26), and was reported previously > here [1]. I had done a

Re: Bug with worktrees...

2015-08-27 Thread Eric Sunshine
On Thu, Aug 27, 2015 at 3:03 PM, John Szakmeister wrote: > My apologies if this has already been reported, but I ran into an > interesting bug with worktrees. In particular, I have an alias 'st' > that maps to 'status -sb'. When running this under a subdirectory

Bug with worktrees...

2015-08-27 Thread John Szakmeister
My apologies if this has already been reported, but I ran into an interesting bug with worktrees. In particular, I have an alias 'st' that maps to 'status -sb'. When running this under a subdirectory of a worktree created with 'git worktree add', it fails comp