We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Precise-commits can't find .git dir when git worktree is used.
precise-commits: An Error occurred Error: No .git directory found at resolveNearestGitDirectoryParent
When parent git dir can't be found here https://github.com/softwareventures/precise-commits/blob/main/src/git-utils.ts#L15
, please try to find git dir for worktree: git rev-parse --path-format=absolute --git-common-dir
git rev-parse --path-format=absolute --git-common-dir
The text was updated successfully, but these errors were encountered:
I'll look into this, thanks for reporting.
Sorry, something went wrong.
79f24f4
🎉 This issue has been resolved in version 4.0.16 🎉
The release is available on:
Your semantic-release bot 📦🚀
djcsdy
No branches or pull requests
Precise-commits can't find .git dir when git worktree is used.
When parent git dir can't be found here
https://github.com/softwareventures/precise-commits/blob/main/src/git-utils.ts#L15
, please try to find git dir for worktree:
git rev-parse --path-format=absolute --git-common-dir
The text was updated successfully, but these errors were encountered: