-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for working with git-worktree #336
Comments
Hey @egh, thanks for the report.
Having said that, I would love to merge a pull request adding support! |
For now, I've added a note to the README about the lack of support for |
Unfortunately, I don't even use git-worktree - I was just trying it out. I assume the fix would be easy, but I don't know overcommit of git-worktree, so I'm not sure I'll have the time to fix it. Thanks for the README note! |
Implemented in #559 |
Steps to reproduce:
Expected behavior: no error.
Actual behavior (after running
git worktree add ../foo-a
):Environment:
ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-linux]
overcommit: 0.31.0
git version 2.5.0
os: GNU/Linux, Ubuntu 15.10
The text was updated successfully, but these errors were encountered: