Open
Description
The RepoRepository#determineParent()
currently returns null
. It can get the parent information using Git as answered on https://stackoverflow.com/a/63303874/11582827 , i.e. the JGit equivalent of:
cd .repo/manifests
git remote -v
And also the branch information (for RepoRepository#determineBranch()
) using:
cd .repo/manifests
git rev-parse --abbrev-ref --symbolic-full-name @{u}