Skip to content
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

Support extensions.worktreeConfig #58

Open
derrickstolee opened this issue Mar 9, 2022 · 3 comments
Open

Support extensions.worktreeConfig #58

derrickstolee opened this issue Mar 9, 2022 · 3 comments
Labels
upstream Blocked on upstream libgit2/git2rs

Comments

@derrickstolee
Copy link

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.

@tummychow
Copy link
Owner

looks blocked on upstream: libgit2/libgit2#6044

@derrickstolee
Copy link
Author

looks blocked on upstream: libgit2/libgit2#6044

I figured that was the case. Thanks for the pointer to what you're using under the hood!

@tummychow tummychow added the upstream Blocked on upstream libgit2/git2rs label Apr 6, 2023
@Pi-Cla
Copy link
Contributor

Pi-Cla commented Apr 24, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Blocked on upstream libgit2/git2rs
Projects
None yet
Development

No branches or pull requests

3 participants