fix: zed cannot recognize git repos managed by google repo tool #21151
can2049
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
background
If a project is big, some times it will be split into many small git repo.
google repo is a tool to manage a group of git repos.
But, any small git repo manged by this tool, have a difference with normal git repo.
That is , the path
.git
in the root of the git repo, is not a normal directory, but a soft link to real git bare dir.zed can not recognize the
git-repo
managed git reposyou can use the procedure to genreate this problem
with vscode, after opening this project, git work well.
but for Zed, git not work(not git status, no git blame)
this is the PR link #21153
Beta Was this translation helpful? Give feedback.
All reactions