-
-
Notifications
You must be signed in to change notification settings - Fork 909
Support pre-commit install inside a worktree
#809
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
Conversation
|
Resolves #808 |
|
CC @s0undt3ch |
|
Thanks! |
|
Planning on releasing soon? |
|
Yep, later today!
…On Mon, Aug 6, 2018, 12:30 PM Pedro Algarvio ***@***.***> wrote:
Planning on releasing soon?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#809 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABugn-ucBJLp5GcwD6RBmK6ICvaMaMjPks5uOJlPgaJpZM4VwsiO>
.
|
|
This has been released as part of 1.10.5 🎉 |
|
Awesome! |
|
|
||
| try: | ||
| return _git_dir('--git-common-dir') | ||
| except CalledProcessError: # pragma: no cover (git < 2.5) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider compatibility git < 2.5?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you seeing issues with git < 2.5? This branch is intended to allow that to work?
No description provided.