Class IncludedInResolver


  • public class IncludedInResolver
    extends Object
    Resolve in which tags and branches a commit is included.
    • Method Detail

      • includedInAny

        public static boolean includedInAny​(org.eclipse.jgit.lib.Repository repo,
                                            org.eclipse.jgit.revwalk.RevWalk rw,
                                            org.eclipse.jgit.revwalk.RevCommit commit,
                                            Collection<org.eclipse.jgit.lib.Ref> refs)
                                     throws IOException
        Throws:
        IOException