git/reponames/master does not exist, and T has been updated.
T/L commits are coming from three clones and a fork on GitHub.
Ex: dkxss-wksp5
First example (3 clones):
new-github-user
Ex: $ repo new-github-user
Second example (3 clones):
$ repo_owner $ repo_name $ repo_names / $ repo_permalink
Third example (fork):
$ repo -a | grep ':remote' | grep git-fork
GitHub source code repositories,
A:
Your repo_permalink is the link to the permalink.
For the other example it looks like it is one of those git based submodules.
Using command line grep:
$ repo -a | grep ':remote' | grep -e 'git-fork' -e 'git-github-client' -e'repo_name' -e'repo_owner' -e'repo_permalink'
repo_permalink:
repo_owner: dkxss
repo_name: dpdk
As you can see they all have the same repo
Related links:
Comments