You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I launch zed from a parent folder containing a subfolder that is a github clone, zed don't list in the Git Panel any changes I made in the subfolder.
~/feature-1/ (zed opened here to edit both the code and record notes in .md files)
microservice-A/ (this is a git cloned repo)
other-files.md
This feature is related to #10154 where zed was not traversing the parent folders to identify a git repo. Here zed is not traversing the child folders to identify any repo(s).
git st in microservice-A shows changes, while Git Panel in zed shows none.
Desired behaviour
zed Git Panel shows changes in repos in subfolder(s).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Current behaviour
If I launch zed from a parent folder containing a subfolder that is a github clone, zed don't list in the Git Panel any changes I made in the subfolder.
This feature is related to #10154 where zed was not traversing the parent folders to identify a git repo. Here zed is not traversing the child folders to identify any repo(s).
git stin microservice-A shows changes, while Git Panel in zed shows none.Desired behaviour
zed Git Panel shows changes in repos in subfolder(s).
Beta Was this translation helpful? Give feedback.
All reactions