Github user rvesse commented on the issue:
https://github.com/apache/jena/pull/436
@xristy I think you can just merge as you would normally though you
probably need to be explicit about the remote and branch you are using for
remote operations:
```
> git checkout master
> git pull apache-origin master
> git merge Jena-1556-MutilingualEnhancements-3.8.0
> git push apache-origin master
```---
