stable
Clone or download
Read-only
Merge commit 'refs/changes/28/21628/1' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #19244: Git branch selector cannot show multiple branches referencing the same commit Change-Id: Iac0d830516cc79a2747c8c4577c4e94eb87bf58e
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 |