Class JGitInfoCommand

    • Constructor Detail

      • JGitInfoCommand

        public JGitInfoCommand()
    • Method Detail

      • getInfoItem

        protected InfoItem getInfoItem​(org.eclipse.jgit.lib.Repository repository,
                                       org.eclipse.jgit.lib.ObjectId headObjectId,
                                       java.io.File file)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • getInfoItem

        protected InfoItem getInfoItem​(org.eclipse.jgit.revwalk.RevCommit fileCommit,
                                       java.io.File file)
      • getMostRecentCommitForPath

        private org.eclipse.jgit.revwalk.RevCommit getMostRecentCommitForPath​(org.eclipse.jgit.lib.Repository repository,
                                                                              org.eclipse.jgit.lib.ObjectId headObjectId,
                                                                              java.lang.String path)
                                                                       throws java.io.IOException
        Throws:
        java.io.IOException