git-absorb icon indicating copy to clipboard operation
git-absorb copied to clipboard

Support `extensions.worktreeConfig`

Open derrickstolee opened this issue 2 years ago • 3 comments

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.

derrickstolee avatar Mar 09 '22 15:03 derrickstolee

looks blocked on upstream: https://github.com/libgit2/libgit2/issues/6044

tummychow avatar Mar 09 '22 17:03 tummychow

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!

derrickstolee avatar Mar 09 '22 19:03 derrickstolee