Github user xristy commented on the issue:
https://github.com/apache/jena/pull/436
@kinow Thank you very much for the pointers. I think I'm closer.
I added a remote apache-origin (should have called it jena-origin I
suppose).
Then did:
git push apache-origin
and got encouraging result:
Counting objects: 3316, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (1017/1017), done.
Writing objects: 100% (3316/3316), 795.73 KiB | 99.47 MiB/s, done.
Total 3316 (delta 1505), reused 3218 (delta 1453)
remote: jena git commit: added auxIndex unit test
remote: jena git commit: added searchFor unit tests
remote: jena git commit: various cleanup per @kinow
remote: jena git commit: cleanup per comments from afs
remote: jena git commit: JENA-1556 implementation
To https://git-wip-us.apache.org/repos/asf/jena.git
* [new branch] JENA-1556-MutilingualEnhancements-3.8.0 ->
JENA-1556-MutilingualEnhancements-3.8.0
unfortunately I don't know how to merge the new branch into `master`. This
is my first time working directly with the Apache git repo.
---