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
extensions.worktreeConfig
I was trying this on my system with multiple worktrees and got this error:
Mar 09 10:06:43.240 CRIT absorb failed, err: unsupported extension name extensions.worktreeconfig; class=Repository (6)
I was able to workaround this by running
git config --unset extensions.worktreeConfig
and then running git-absorb. I re-enabled the config afterwards.
git-absorb
The text was updated successfully, but these errors were encountered:
looks blocked on upstream: libgit2/libgit2#6044
Sorry, something went wrong.
I figured that was the case. Thanks for the pointer to what you're using under the hood!
This is now supported as of libgit2 1.8.0 libgit2/libgit2#6756
Just gotta wait till git2-rs bumps their libgit2 rust-lang/git2-rs#1032
No branches or pull requests
I was trying this on my system with multiple worktrees and got this error:
I was able to workaround this by running
and then running
git-absorb
. I re-enabled the config afterwards.The text was updated successfully, but these errors were encountered: