git-absorb
git-absorb copied to clipboard
Support `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.
looks blocked on upstream: https://github.com/libgit2/libgit2/issues/6044
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!