I don't know what the network diagram is trying to tell us.
Looking from OoliteProject/oolite-linux-dependencies I see the picture you posted.
Looking from HiranChaudhuri/oolite-linux-dependencies I see a different picture. It shows the merged pull request.
Yet within a repository there should not be any links except we are talking submodules. So looking at OoliteProject/oolite, then deps/Linux-deps I see a commit, and clicking that I end up in OoliteProject/oolite-linux-dependencies - that is exactly where I'd expect it to point to.
Where exactly is the problem? Ok, I found the message
Code: Select all
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
And here is some explanation:
https://stackoverflow.com/questions/500 ... -no-branch
I take it that there is no name for this commit. Why so? I cannot tell. After all I am not even sure what I have done to get here.
But what I understand if we do not assign a tag or branch to that commit it may get removed by garbage collection.
So a fix would be to just assign a name. Is it ok if I call it 'master'?