]> source.dussan.org Git - jgit.git/commit
Make RepoProject#setUpstream public 21/1196921/1
authorKaushik Lingarkar <quic_kaushikl@quicinc.com>
Fri, 28 Jun 2024 01:05:30 +0000 (18:05 -0700)
committerKaushik Lingarkar <quic_kaushikl@quicinc.com>
Mon, 1 Jul 2024 18:47:03 +0000 (11:47 -0700)
commite3e0a1ea35a27e50e0280715a417be7d69fa3345
tree563c40a267c47fbbeb8c7a2ee2b2bae72bf562f1
parent2f1873be7a2a7387482ac828edfef927f5c499bb
Make RepoProject#setUpstream public

Applications using JGit such as Gerrit plugins may have their own
manifest parsers. They can start using RepoProject to some extent
with this change. Eventually, they can be migrated to use the
ManifestParser in JGit, however until then, this change can help
make the migration incremental.

Change-Id: I6a32d4f4622c3842eedf7873cdfed2f1ca998f6f
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoProject.java