If a repo uses extensions.worktreeConfig in .git/config, gitstatus returns norepo instead of correct repo/branch info. Possibly due to bundling a libgit2 fork that predates support for this extension, so it refuses to open the repo and returns "norepo"
The issue occured using gitstatus with powerlevel10k & oh-my-zsh.
If a repo uses extensions.worktreeConfig in .git/config, gitstatus returns
norepoinstead of correct repo/branch info. Possibly due to bundling a libgit2 fork that predates support for this extension, so it refuses to open the repo and returns "norepo"The issue occured using gitstatus with powerlevel10k & oh-my-zsh.