Re: 'git worktree add' does not fire post-checkout hook

2017-12-07 Thread Eric Sunshine
On Wed, Dec 6, 2017 at 4:45 PM, Eric Sunshine wrote: > On Wed, Dec 6, 2017 at 4:00 PM, Gumbel, Matthew K > wrote: >> I've noticed that when I run 'git worktree add /path/to/new/tree', >> the post-checkout hook does not fire, even though the worktree >> manpage explicitly states that "worktree add

Re: 'git worktree add' does not fire post-checkout hook

2017-12-06 Thread Eric Sunshine
On Wed, Dec 6, 2017 at 4:00 PM, Gumbel, Matthew K wrote: > I've noticed that when I run 'git worktree add /path/to/new/tree', > the post-checkout hook does not fire, even though the worktree > manpage explicitly states that "worktree add" will, "Create > and checkout into it." > > Is this the in

'git worktree add' does not fire post-checkout hook

2017-12-06 Thread Gumbel, Matthew K
Hello all, I've noticed that when I run 'git worktree add /path/to/new/tree', the post-checkout hook does not fire, even though the worktree manpage explicitly states that "worktree add" will, "Create and checkout into it." Is this the intended behavior? Seems like maybe a bug, but I'm not su