stable
Clone or download
Read-only
request #19244: Git branch selector cannot show multiple branches referencing the same commit
You can reproduce the issue by creating and publishing two branches referencing the same commit. A similar issue exist with tags. Change-Id: I19903e1fbe29898b9baf4eee236c9c3cf299ac53
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/git/scripts/repository/branch-tag-selector/src/components/BranchesSection.test.ts | +67 | −0 | Go to diff View file |
M | plugins/git/scripts/repository/branch-tag-selector/src/components/BranchesSection.vue | +1 | −1 | Go to diff View file |
M | plugins/git/scripts/repository/branch-tag-selector/src/components/RefsFilter.vue | +2 | −2 | Go to diff View file |
A | plugins/git/scripts/repository/branch-tag-selector/src/components/TagsSection.test.ts | +68 | −0 | Go to diff View file |
M | plugins/git/scripts/repository/branch-tag-selector/src/components/TagsSection.vue | +1 | −1 | Go to diff View file |
A | plugins/git/scripts/repository/branch-tag-selector/src/helpers/local-vue-for-test.ts | +32 | −0 | Go to diff View file |
M | plugins/git/scripts/repository/branch-tag-selector/src/type.ts | +6 | −0 | Go to diff View file |