- hello, there
- i find a bug on project home page
- Discovered steps
- create a project like this
https://gitlab.com/SURA907/test-ref-name/tree/master
- push some code to branch
master
- create new branch
sura-pr
, and modify some code- create a merge request from branch
sura-pr
tomaster
- create a new branch
refs/merge-requests/1/head
- run
git ls-remote
on local git repository
- we can see that: the ref of branch
refs/merge-requests/1/head
isrefs/heads/refs/merge-requests/1/head
- and the ref
refs/merge-requests/1/head
is used to merge request(it should be a hidden ref)refs/merge-requests/1/head
andrefs/heads/refs/merge-requests/1/head
is different and they have the different commit id- but when i open the project page to branch
refs/heads/refs/merge-requests/1/head
, it shou me the hidden refrefs/merge-requests/1/head
- In fact, I don’t know what topic this bug should be posted on.
- If I post it on an inappropriate topic, want to the administrator to help me move it.
- thanks