fix (core): Multiple clones of same repo are different projects - #29869#35311
fix (core): Multiple clones of same repo are different projects - #29869#35311belisoful wants to merge 5 commits into
Conversation
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
|
The following comment was made by an LLM, it may be inaccurate: Based on my search results, I found a related PR: Potential Related PR:
Note: PR #29977 ( The current PR (#35311) appears to be focused specifically on changing |
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
…n a project unique keying from the repo.
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
|
I did a GUI test to check that different clones of the same repo are separate "projects". I wanted to actually do a real test myself before submitting this PR. We are seeing this issue re-listed over and over. |
Issue for this PR
Closes #17940 #19348 #29869 #29871 #29962 #29936 #29977 #30302 #31593 #31686 #31890 #32785 #32801 #33313 #33615
Type of change
What does this PR do?
This PR changes
.git/opencodefrom the hash of the repo name to json; with a version and UUID. This UUID per repo-clone (locally) satisfies work trees being keyed to their respective repo-clones and separating repo-clones from each other (locally).How did you verify your code works?
Screenshots / recordings
N/A
Checklist