We were only handling branch name containing one dot, with this commit we're supporting branch names containing multiple dots.
Fixes https://pagure.io/pagure/issue/3071
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr
maybe we could add a simple test for that
I don't quite know how to test JS code (currently none of our JS code is automatically tested)
ok then :thumbsup:
Thanks for the review! :)
rebased onto e48fcab77f95b5834964cc8e440a92ba835aa9e9
Pull-Request has been merged by pingou
We were only handling branch name containing one dot, with this
commit we're supporting branch names containing multiple dots.
Fixes https://pagure.io/pagure/issue/3071
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr