microsoft / microsoft/VFSForGit
"System.InvalidOperationException: All entries should be unique" when a file has two "Yours" merge state entries in the index
Open
@kewillford is already working on this.
Since Sep 21, 2018.
type: bug
- Dominant language
- C#
- Stars
- 6.1k
- Forks
- 474
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 8
Description
M:\expert>git ls-files -svodc file.cpp
M 100644 581b05db66d2d9205967e0b3f425cbec9b8acd5c 1 file.cpp
M 100644 6be0a197393f94ca7511cb2fea2de2124419060a 2 file.cpp
R 100644 581b05db66d2d9205967e0b3f425cbec9b8acd5c 1 file.cpp
R 100644 6be0a197393f94ca7511cb2fea2de2124419060a 2 file.cpp
The issue is most likely here:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.