Uses of Class
org.eclipse.jgit.revwalk.RevCommit
-
Packages that use RevCommit Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.blame Computing blame/annotate information of files.org.eclipse.jgit.gitrepo org.eclipse.jgit.internal.revwalk org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files.org.eclipse.jgit.internal.transport.connectivity org.eclipse.jgit.junit org.eclipse.jgit.junit.http org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.merge Content and commit history merge algorithms.org.eclipse.jgit.notes Git notes processing (for commits, etc).org.eclipse.jgit.pgm org.eclipse.jgit.pgm.opt org.eclipse.jgit.revplot Building/rendering revision graphs.org.eclipse.jgit.revwalk Walking revision graphs (commit history).org.eclipse.jgit.revwalk.filter Filters for use in revision walking.org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.util Utility classes. -
-
Uses of RevCommit in org.eclipse.jgit.api
Subclasses of RevCommit in org.eclipse.jgit.api Modifier and Type Class Description private static classNameRevCommand.NameRevCommitFields in org.eclipse.jgit.api declared as RevCommit Modifier and Type Field Description private RevCommitRebaseResult. currentCommitprivate RevCommitCherryPickResult. newHeadprivate RevCommitRebaseCommand. newHeadprivate RevCommitCheckoutCommand. startCommitprivate RevCommitCreateBranchCommand. startCommitprivate RevCommitDescribeCommand. targetCommit to describe.private RevCommitRebaseCommand. upstreamCommitMethods in org.eclipse.jgit.api that return RevCommit Modifier and Type Method Description RevCommitCommitCommand. call()RevCommitRevertCommand. call()RevCommitStashCreateCommand. call()private RevCommitRebaseCommand. checkoutCurrentHead()private RevCommitRebaseCommand. continueRebase()private RevCommitRebaseCommand. doSquashFixup(boolean isSquash, RevCommit commitToPick, RebaseTodoLine nextStep, java.io.File messageFixup, java.io.File messageSquash)RevCommitRebaseResult. getCurrentCommit()Get the current commit if status isRebaseResult.Status.STOPPED, otherwisenullRevCommitCherryPickResult. getNewHead()Get the new head after this cherry-pickprivate RevCommitCherryPickCommand. getParentCommit(RevCommit srcCommit, RevWalk revWalk)private RevCommitCloneCommand. parseCommit(Repository clonedRepo, Ref ref)private RevCommitResetCommand. parseCommit(ObjectId commitId)private RevCommitStashCreateCommand. parseCommit(ObjectReader reader, ObjectId headId)private RevCommitRebaseCommand. squashIntoPrevious(boolean sequenceContainsSquash, RebaseTodoLine nextStep)private RevCommitRebaseCommand. tryFastForward(java.lang.String headName, RevCommit oldCommit, RevCommit newCommit)RevCommitRebaseCommand. tryFastForward(RevCommit newCommit)Check if we can fast-forward and returns the new head if it is possibleMethods in org.eclipse.jgit.api that return types with arguments of type RevCommit Modifier and Type Method Description private java.util.List<RevCommit>RebaseCommand. calculatePickList(RevCommit headCommit)java.lang.Iterable<RevCommit>LogCommand. call()java.util.Collection<RevCommit>StashListCommand. call()private java.util.List<RevCommit>RebaseCommand. getNewParents(RevCommit commitToPick)Methods in org.eclipse.jgit.api with parameters of type RevCommit Modifier and Type Method Description private java.util.List<RevCommit>RebaseCommand. calculatePickList(RevCommit headCommit)private booleanRebaseCommand. checkoutCommit(java.lang.String headName, RevCommit commit)private voidCheckoutCommand. checkoutPathsFromCommit(TreeWalk treeWalk, DirCache dc, RevCommit commit, Checkout checkout)private RebaseResultRebaseCommand. cherryPickCommit(RevCommit commitToPick)private RebaseResultRebaseCommand. cherryPickCommitFlattening(RevCommit commitToPick)private RebaseResultRebaseCommand. cherryPickCommitPreservingMerges(RevCommit commitToPick)(package private) static voidAddNoteCommand. commitNoteMap(Repository r, java.lang.String ref, RevWalk walk, NoteMap map, RevCommit notesCommit, ObjectInserter inserter, java.lang.String msg)private static java.lang.StringRebaseCommand. composeSquashMessage(boolean isSquash, RevCommit commitToPick, java.lang.String currSquashMessage, int count)private RevCommitRebaseCommand. doSquashFixup(boolean isSquash, RevCommit commitToPick, RebaseTodoLine nextStep, java.io.File messageFixup, java.io.File messageSquash)private RebaseResultRebaseCommand. finishRebase(RevCommit finalHead, boolean lastStepIsForward)private java.util.List<RevCommit>RebaseCommand. getNewParents(RevCommit commitToPick)private RevCommitCherryPickCommand. getParentCommit(RevCommit srcCommit, RevWalk revWalk)(package private) static RebaseResultRebaseResult. result(RebaseResult.Status status, RevCommit commit)CreateRebaseResultCheckoutCommandCheckoutCommand. setStartPoint(RevCommit startCommit)Set the commit that should be checked out.CreateBranchCommandCreateBranchCommand. setStartPoint(RevCommit startPoint)Set the start pointRebaseCommandRebaseCommand. setUpstream(RevCommit upstream)Set upstreamRevCommitprivate RebaseResultRebaseCommand. stop(RevCommit commitToPick, RebaseResult.Status status)private RevCommitRebaseCommand. tryFastForward(java.lang.String headName, RevCommit oldCommit, RevCommit newCommit)RevCommitRebaseCommand. tryFastForward(RevCommit newCommit)Check if we can fast-forward and returns the new head if it is possibleprivate voidRebaseCommand. updateHead(java.lang.String headName, RevCommit aNewHead, RevCommit onto)private voidRebaseCommand. writeCurrentCommit(RevCommit commit)private voidRebaseCommand. writeMergeInfo(RevCommit commitToPick, java.util.List<RevCommit> newParents)Method parameters in org.eclipse.jgit.api with type arguments of type RevCommit Modifier and Type Method Description private voidRebaseCommand. writeMergeInfo(RevCommit commitToPick, java.util.List<RevCommit> newParents)Constructors in org.eclipse.jgit.api with parameters of type RevCommit Constructor Description CherryPickResult(RevCommit newHead, java.util.List<Ref> cherryPickedRefs)Constructor for CherryPickResultRebaseResult(RebaseResult.Status status, RevCommit commit) -
Uses of RevCommit in org.eclipse.jgit.blame
Subclasses of RevCommit in org.eclipse.jgit.blame Modifier and Type Class Description (package private) static classReverseWalk.ReverseCommitFields in org.eclipse.jgit.blame declared as RevCommit Modifier and Type Field Description (package private) RevCommitCandidate. sourceCommitCommit being considered (or blamed, depending on state).private RevCommit[]BlameResult. sourceCommitsFields in org.eclipse.jgit.blame with type parameters of type RevCommit Modifier and Type Field Description private java.util.List<RevCommit>Candidate.HeadCandidate. parentsMethods in org.eclipse.jgit.blame that return RevCommit Modifier and Type Method Description protected RevCommitReverseWalk. createCommit(AnyObjectId id)Construct a new unparsed commit for the given object.(package private) RevCommitCandidate.BlobCandidate. getParent(int idx)(package private) RevCommitCandidate. getParent(int idx)(package private) RevCommitCandidate.HeadCandidate. getParent(int idx)(package private) RevCommitCandidate.ReverseCandidate. getParent(int idx)RevCommitBlameGenerator. getSourceCommit()Get the revision blamed for the current region.RevCommitBlameResult. getSourceCommit(int idx)Get the commit that provided the specified line of the result.Methods in org.eclipse.jgit.blame that return types with arguments of type RevCommit Modifier and Type Method Description private java.util.List<RevCommit>BlameGenerator. getHeads(Repository repo, ObjectId head)Methods in org.eclipse.jgit.blame with parameters of type RevCommit Modifier and Type Method Description private booleanBlameGenerator. blameEntireRegionOnParent(Candidate n, RevCommit parent)(package private) CandidateCandidate. copy(RevCommit commit)(package private) CandidateCandidate. create(Repository repo, RevCommit commit, PathFilter path)(package private) CandidateCandidate.ReverseCandidate. create(Repository repo, RevCommit commit, PathFilter path)private booleanBlameGenerator. find(RevCommit commit, PathFilter path)private DiffEntryBlameGenerator. findRename(RevCommit parent, RevCommit commit, PathFilter path)private booleanBlameGenerator. splitBlameWithParent(Candidate n, RevCommit parent)Constructors in org.eclipse.jgit.blame with parameters of type RevCommit Constructor Description Candidate(Repository repo, RevCommit commit, PathFilter path)Constructor parameters in org.eclipse.jgit.blame with type arguments of type RevCommit Constructor Description HeadCandidate(Repository repo, PathFilter path, java.util.List<RevCommit> parents) -
Uses of RevCommit in org.eclipse.jgit.gitrepo
Methods in org.eclipse.jgit.gitrepo that return RevCommit Modifier and Type Method Description RevCommitRepoCommand. call() -
Uses of RevCommit in org.eclipse.jgit.internal.revwalk
Methods in org.eclipse.jgit.internal.revwalk that return types with arguments of type RevCommit Modifier and Type Method Description java.util.Optional<RevCommit>BitmappedReachabilityChecker. areAllReachable(java.util.Collection<RevCommit> targets, java.util.stream.Stream<RevCommit> starters)Check all targets are reachable from the starters.java.util.Optional<RevCommit>PedestrianReachabilityChecker. areAllReachable(java.util.Collection<RevCommit> targets, java.util.stream.Stream<RevCommit> starters)Methods in org.eclipse.jgit.internal.revwalk with parameters of type RevCommit Modifier and Type Method Description private static voidBitmappedReachabilityChecker.ReachedFilter. dontFollow(RevCommit cmit)booleanAddToBitmapFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.booleanAddToBitmapWithCacheFilter. include(RevWalk rw, RevCommit c)Determine if the supplied commit should be included in results.booleanAddUnseenToBitmapFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.booleanBitmappedReachabilityChecker.ReachedFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.(package private) booleanBitmappedReachabilityChecker.ReachedFilter. isReachable(RevCommit commit)Method parameters in org.eclipse.jgit.internal.revwalk with type arguments of type RevCommit Modifier and Type Method Description java.util.Optional<RevCommit>BitmappedReachabilityChecker. areAllReachable(java.util.Collection<RevCommit> targets, java.util.stream.Stream<RevCommit> starters)Check all targets are reachable from the starters.java.util.Optional<RevCommit>BitmappedReachabilityChecker. areAllReachable(java.util.Collection<RevCommit> targets, java.util.stream.Stream<RevCommit> starters)Check all targets are reachable from the starters.java.util.Optional<RevCommit>PedestrianReachabilityChecker. areAllReachable(java.util.Collection<RevCommit> targets, java.util.stream.Stream<RevCommit> starters)java.util.Optional<RevCommit>PedestrianReachabilityChecker. areAllReachable(java.util.Collection<RevCommit> targets, java.util.stream.Stream<RevCommit> starters) -
Uses of RevCommit in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as RevCommit Modifier and Type Field Description (package private) RevCommit[]PackWriterBitmapPreparer.CommitSelectionHelper. newCommitsByOldestFields in org.eclipse.jgit.internal.storage.pack with type parameters of type RevCommit Modifier and Type Field Description (package private) java.util.List<RevCommit>PackWriterBitmapPreparer.CommitSelectionHelper. newWantsByNewestprivate static java.util.Comparator<RevCommit>PackWriterBitmapPreparer. ORDER_BY_REVERSE_TIMESTAMPMethods in org.eclipse.jgit.internal.storage.pack that return types with arguments of type RevCommit Modifier and Type Method Description java.util.Iterator<RevCommit>PackWriterBitmapPreparer.CommitSelectionHelper. iterator()Methods in org.eclipse.jgit.internal.storage.pack with parameters of type RevCommit Modifier and Type Method Description booleanPackWriterBitmapPreparer.NotInBitmapFilter. include(RevWalk rw, RevCommit c)private booleanPackWriterBitmapPreparer. isRecentCommit(RevCommit revCommit)Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type RevCommit Constructor Description CommitSelectionHelper(java.util.Set<? extends ObjectId> newWants, RevCommit[] commitsByOldest, int commitStartPos, java.util.List<RevCommit> newWantsByNewest, BitmapIndex.BitmapBuilder reusedCommitsBitmap, java.util.List<BitmapCommit> reuse)Constructor parameters in org.eclipse.jgit.internal.storage.pack with type arguments of type RevCommit Constructor Description CommitSelectionHelper(java.util.Set<? extends ObjectId> newWants, RevCommit[] commitsByOldest, int commitStartPos, java.util.List<RevCommit> newWantsByNewest, BitmapIndex.BitmapBuilder reusedCommitsBitmap, java.util.List<BitmapCommit> reuse) -
Uses of RevCommit in org.eclipse.jgit.internal.transport.connectivity
Methods in org.eclipse.jgit.internal.transport.connectivity that return types with arguments of type RevCommit Modifier and Type Method Description private static java.util.List<RevCommit>IterativeConnectivityChecker. parseParents(RevCommit[] parents, RevWalk rw)Methods in org.eclipse.jgit.internal.transport.connectivity with parameters of type RevCommit Modifier and Type Method Description private static java.util.List<RevCommit>IterativeConnectivityChecker. parseParents(RevCommit[] parents, RevWalk rw) -
Uses of RevCommit in org.eclipse.jgit.junit
Fields in org.eclipse.jgit.junit declared as RevCommit Modifier and Type Field Description private RevCommitTestRepository.CommitBuilder. selfFields in org.eclipse.jgit.junit with type parameters of type RevCommit Modifier and Type Field Description private java.util.List<RevCommit>TestRepository.CommitBuilder. parentsMethods in org.eclipse.jgit.junit that return RevCommit Modifier and Type Method Description RevCommitTestRepository. cherryPick(AnyObjectId id)Cherry-pick a commit onto HEAD.RevCommitTestRepository. commit(int secDelta, RevCommit... parents)Create a new commit.RevCommitTestRepository. commit(int secDelta, RevTree tree, RevCommit... parents)Create a new commit.RevCommitTestRepository. commit(RevCommit... parents)Create a new commit.RevCommitTestRepository. commit(RevTree tree, RevCommit... parents)Create a new commit.protected RevCommitRepositoryTestCase. commitFile(java.lang.String filename, java.lang.String contents, java.lang.String branch)Commit a file with the specified contents on the specified branch, creating the branch if it didn't exist before.RevCommitTestRepository.CommitBuilder. create()Create the commitRevCommitTestRepository.BranchBuilder. update(TestRepository.CommitBuilder to)Forcefully update this branch to a particular commit.RevCommitTestRepository.BranchBuilder. update(RevCommit to)Forcefully update this branch to a particular commit.RevCommitTestRepository. update(java.lang.String ref, TestRepository.CommitBuilder to)Update a reference to point to an object.Methods in org.eclipse.jgit.junit that return types with arguments of type RevCommit Modifier and Type Method Description java.util.List<RevCommit>TestRepository.CommitBuilder. parents()Get parent commitsMethods in org.eclipse.jgit.junit with parameters of type RevCommit Modifier and Type Method Description private TestRepository.CommitBuilderTestRepository. amend(RevCommit old, TestRepository.CommitBuilder b)RevCommitTestRepository. commit(int secDelta, RevCommit... parents)Create a new commit.RevCommitTestRepository. commit(int secDelta, RevTree tree, RevCommit... parents)Create a new commit.RevCommitTestRepository. commit(RevCommit... parents)Create a new commit.RevCommitTestRepository. commit(RevTree tree, RevCommit... parents)Create a new commit.TestRepository.CommitBuilderTestRepository.CommitBuilder. parent(RevCommit p)set parent commitRevCommitTestRepository.BranchBuilder. update(RevCommit to)Forcefully update this branch to a particular commit. -
Uses of RevCommit in org.eclipse.jgit.junit.http
Methods in org.eclipse.jgit.junit.http with parameters of type RevCommit Modifier and Type Method Description protected static java.util.Collection<RemoteRefUpdate>HttpTestCase. push(TestRepository from, RevCommit q)Push a commit -
Uses of RevCommit in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return RevCommit Modifier and Type Method Description RevCommitRepository. parseCommit(AnyObjectId id)Locate a reference to a commit and immediately parse its content.private RevCommitRepository. resolveReflog(RevWalk rw, Ref ref, java.lang.String time)Methods in org.eclipse.jgit.lib with parameters of type RevCommit Modifier and Type Method Description voidTreeFormatter. append(java.lang.String name, RevCommit commit)Add a link to a submodule commit, mode isFileMode.GITLINK. -
Uses of RevCommit in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge declared as RevCommit Modifier and Type Field Description protected RevCommit[]Merger. sourceCommitsIfMerger.sourceObjects[i] is a commit, this is the commit.Methods in org.eclipse.jgit.merge that return RevCommit Modifier and Type Method Description private RevCommitRecursiveMerger. createCommitForTree(ObjectId tree, java.util.List<RevCommit> parents)Create a new commit by explicitly specifying the content tree and the parents.protected RevCommitMerger. getBaseCommit(RevCommit a, RevCommit b)Return the merge base of two commits.protected RevCommitRecursiveMerger. getBaseCommit(RevCommit a, RevCommit b)Return the merge base of two commits.protected RevCommitRecursiveMerger. getBaseCommit(RevCommit a, RevCommit b, int callDepth)Get a single base commit for two given commits.Methods in org.eclipse.jgit.merge with parameters of type RevCommit Modifier and Type Method Description protected RevCommitMerger. getBaseCommit(RevCommit a, RevCommit b)Return the merge base of two commits.protected RevCommitRecursiveMerger. getBaseCommit(RevCommit a, RevCommit b)Return the merge base of two commits.protected RevCommitRecursiveMerger. getBaseCommit(RevCommit a, RevCommit b, int callDepth)Get a single base commit for two given commits.Method parameters in org.eclipse.jgit.merge with type arguments of type RevCommit Modifier and Type Method Description private RevCommitRecursiveMerger. createCommitForTree(ObjectId tree, java.util.List<RevCommit> parents)Create a new commit by explicitly specifying the content tree and the parents.java.lang.StringSquashMessageFormatter. format(java.util.List<RevCommit> squashedCommits, Ref target)Construct the squashed commit message.private static PersonIdentRecursiveMerger. mockAuthor(java.util.List<RevCommit> parents) -
Uses of RevCommit in org.eclipse.jgit.notes
Methods in org.eclipse.jgit.notes with parameters of type RevCommit Modifier and Type Method Description static NoteMapNoteMap. read(ObjectReader reader, RevCommit commit)Load a collection of notes from a branch. -
Uses of RevCommit in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm with type parameters of type RevCommit Modifier and Type Field Description private java.util.Map<RevCommit,java.lang.String>Blame. abbreviatedCommitsprivate java.util.List<RevCommit>MergeBase. commitsprivate java.util.List<RevCommit>RevWalkTextBuiltin. commitsprivate java.util.List<RevCommit>Blame. reverseRangeMethods in org.eclipse.jgit.pgm with parameters of type RevCommit Modifier and Type Method Description private java.lang.StringBlame. abbreviate(ObjectReader reader, RevCommit commit)(package private) voidMergeBase. commit_0(RevCommit c)private static booleanBlame. sameCommit(RevCommit a, RevCommit b)protected voidGlog. show(RevCommit c)"Show" the current RevCommit when called from the main processing loop.protected voidLog. show(RevCommit c)"Show" the current RevCommit when called from the main processing loop.protected voidRevList. show(RevCommit c)"Show" the current RevCommit when called from the main processing loop.protected abstract voidRevWalkTextBuiltin. show(RevCommit c)"Show" the current RevCommit when called from the main processing loop.private voidShow. show(RevWalk rw, RevCommit c)private voidLog. showDiff(RevCommit c)private voidShow. showDiff(RevCommit c)private booleanLog. showNotes(RevCommit c)private booleanLog. showNotes(RevCommit c, NoteMap map, java.lang.String label, boolean emptyLine)private voidLog. showSignature(RevCommit c)private voidShow. showSignature(RevCommit c)private intBlame. uniqueAbbrevLen(ObjectReader reader, RevCommit commit) -
Uses of RevCommit in org.eclipse.jgit.pgm.opt
Constructor parameters in org.eclipse.jgit.pgm.opt with type arguments of type RevCommit Constructor Description RevCommitHandler(org.kohsuke.args4j.CmdLineParser parser, org.kohsuke.args4j.OptionDef option, org.kohsuke.args4j.spi.Setter<? super RevCommit> setter)Create a new handler for the command name. -
Uses of RevCommit in org.eclipse.jgit.revplot
Subclasses of RevCommit in org.eclipse.jgit.revplot Modifier and Type Class Description classPlotCommit<L extends PlotLane>A commit reference to a commit in the DAG.Methods in org.eclipse.jgit.revplot that return RevCommit Modifier and Type Method Description protected RevCommitPlotWalk. createCommit(AnyObjectId id)Construct a new unparsed commit for the given object.RevCommitPlotWalk. next()Pop the next most recent commit. -
Uses of RevCommit in org.eclipse.jgit.revwalk
Classes in org.eclipse.jgit.revwalk with type parameters of type RevCommit Modifier and Type Class Description classRevCommitList<E extends RevCommit>An ordered list ofRevCommitsubclasses.Subclasses of RevCommit in org.eclipse.jgit.revwalk Modifier and Type Class Description static classDepthWalk.CommitRevCommit with a depth (in commits) from a root.Fields in org.eclipse.jgit.revwalk declared as RevCommit Modifier and Type Field Description (package private) RevCommitMergeBaseGenerator.CarryStack. c(package private) RevCommitDateRevQueue.Entry. commit(package private) RevCommit[]BlockRevQueue.Block. commitsOur table of queued commits.private static RevCommitPendingGenerator. INIT_LASTA commit near the end of time, to initializePendingGenerator.lastwith.private RevCommitPendingGenerator. lastLast commit produced to the caller fromPendingGenerator.next().(package private) static RevCommit[]RevCommit. NO_PARENTS(package private) RevCommit[]RevCommit. parentsFields in org.eclipse.jgit.revwalk with type parameters of type RevCommit Modifier and Type Field Description private java.util.LinkedList<RevCommit>MergeBaseGenerator. ret(package private) java.util.ArrayList<RevCommit>RevWalk. rootsMethods in org.eclipse.jgit.revwalk that return RevCommit Modifier and Type Method Description private RevCommitMergeBaseGenerator. _next()private RevCommit[]RewriteGenerator. cleanup(RevCommit[] oldList)protected RevCommitDepthWalk.ObjectWalk. createCommit(AnyObjectId id)protected RevCommitDepthWalk.RevWalk. createCommit(AnyObjectId id)protected RevCommitRevWalk. createCommit(AnyObjectId id)Construct a new unparsed commit for the given object.RevCommitRevCommit. getParent(int nth)Get the nth parent from this commit's parent list.RevCommit[]RevCommit. getParents()Obtain an array of all parents (NOTE - THIS IS NOT A COPY).RevCommitRevWalk. lookupCommit(AnyObjectId id)Locate a reference to a commit without loading it.RevCommitAbstractRevQueue.AlwaysEmptyQueue. next()abstract RevCommitAbstractRevQueue. next()Return the next commit to the application, or the next generator.(package private) RevCommitBoundaryGenerator.InitialGenerator. next()(package private) RevCommitBoundaryGenerator. next()RevCommitDateRevQueue. next()Return the next commit to the application, or the next generator.(package private) RevCommitDelayRevQueue. next()(package private) RevCommitDepthGenerator. next()(package private) RevCommitEndGenerator. next()RevCommitFIFORevQueue. next()Return the next commit to the application, or the next generator.(package private) RevCommitFixUninterestingGenerator. next()(package private) abstract RevCommitGenerator. next()Return the next commit to the application, or the next generator.RevCommitLIFORevQueue. next()Return the next commit to the application, or the next generator.(package private) RevCommitMergeBaseGenerator. next()RevCommitObjectWalk. next()Pop the next most recent commit.(package private) RevCommitPendingGenerator. next()RevCommitRevWalk. next()Pop the next most recent commit.(package private) RevCommitRewriteGenerator. next()(package private) RevCommitStartGenerator. next()(package private) RevCommitTopoNonIntermixSortGenerator. next()(package private) RevCommitTopoSortGenerator. next()private RevCommitRevWalk. nextForIterator()LikeRevWalk.next(), but if a checked exception is thrown during the walk it is rethrown as aRevWalkException.static RevCommitRevCommit. parse(byte[] raw)Parse a commit from its canonical format.static RevCommitRevCommit. parse(RevWalk rw, byte[] raw)Parse a commit from its canonical format.RevCommitRevWalk. parseCommit(AnyObjectId id)Locate a reference to a commit and immediately parse its content.(package private) RevCommitBlockRevQueue.Block. peek()RevCommitDateRevQueue. peek()Peek at the next commit, without removing it.(package private) RevCommitBlockRevQueue.Block. pop()private RevCommitRewriteGenerator. rewrite(RevCommit p)Methods in org.eclipse.jgit.revwalk that return types with arguments of type RevCommit Modifier and Type Method Description default java.util.Optional<RevCommit>ReachabilityChecker. areAllReachable(java.util.Collection<RevCommit> targets, java.util.Collection<RevCommit> starters)Deprecated.java.util.Optional<RevCommit>ReachabilityChecker. areAllReachable(java.util.Collection<RevCommit> targets, java.util.stream.Stream<RevCommit> starters)Check if all targets are reachable from thestartercommits.static java.util.List<RevCommit>RevWalkUtils. find(RevWalk walk, RevCommit start, RevCommit end)Find commits that are reachable fromstartuntil a commit that is reachable fromendis encountered.java.util.Iterator<RevCommit>RevWalk. iterator()Methods in org.eclipse.jgit.revwalk with parameters of type RevCommit Modifier and Type Method Description abstract voidAbstractRevQueue. add(RevCommit c)Add a commit to the queue.voidAbstractRevQueue. add(RevCommit c, RevFlag queueControl)Add a commit if it does not have a flag set yet, then set the flag.voidAbstractRevQueue.AlwaysEmptyQueue. add(RevCommit c)(package private) voidBlockRevQueue.Block. add(RevCommit c)voidDateRevQueue. add(RevCommit c)Add a commit to the queue.voidFIFORevQueue. add(RevCommit c)Add a commit to the queue.voidLIFORevQueue. add(RevCommit c)Add a commit to the queue.private voidMergeBaseGenerator. add(RevCommit c)voidAbstractRevQueue. addParents(RevCommit c, RevFlag queueControl)Add a commit's parents if one does not have a flag set yet.(package private) static voidRevCommit. carryFlags(RevCommit c, int carry)private static FIFORevQueueRevCommit. carryFlags1(RevCommit c, int carry, int depth)(package private) voidRevWalk. carryFlagsImpl(RevCommit c)private static voidRevCommit. carryOneStep(FIFORevQueue q, int carry, RevCommit c)private voidMergeBaseGenerator. carryOntoHistory(RevCommit c, int carry)private voidMergeBaseGenerator. carryOntoHistoryInnerLoop(RevCommit c, int carry)private intMergeBaseGenerator. carryOntoOne(RevCommit p, int carry)private RevCommit[]RewriteGenerator. cleanup(RevCommit[] oldList)static intRevWalkUtils. count(RevWalk walk, RevCommit start, RevCommit end)Count the number of commits that are reachable fromstartuntil a commit that is reachable fromendis encountered.private static FIFORevQueueRevCommit. defer(FIFORevQueue q, int carry, RevCommit[] pList, int i)private static FIFORevQueueRevCommit. defer(RevCommit c)protected static voidAbstractRevQueue. describe(java.lang.StringBuilder s, RevCommit c)Describe this queuevoidRevCommitList. fillTo(RevCommit commitToLoad, int highMark)Ensures all commits until the given commit are loaded.static java.util.List<RevCommit>RevWalkUtils. find(RevWalk walk, RevCommit start, RevCommit end)Find commits that are reachable fromstartuntil a commit that is reachable fromendis encountered.static java.util.List<Ref>RevWalkUtils. findBranchesReachableFrom(RevCommit commit, RevWalk revWalk, java.util.Collection<Ref> refs)Find the list of branches a given commit is reachable from when following parents.static java.util.List<Ref>RevWalkUtils. findBranchesReachableFrom(RevCommit commit, RevWalk revWalk, java.util.Collection<Ref> refs, ProgressMonitor monitor)Find the list of branches a given commit is reachable from when following parents.booleanTreeRevFilter. include(RevWalk walker, RevCommit c)Determine if the supplied commit should be included in results.(package private) voidRevWalk. initializeShallowCommits(RevCommit rc)Reads the "shallow" file and applies it by setting the parents of shallow commits to an empty array.booleanRevWalk. isMergedInto(RevCommit base, RevCommit tip)Determine if a commit is reachable from another commit.voidDepthWalk.RevWalk. markRoot(RevCommit c)Mark a root commit (i.e., one whose depth should be considered 0.)voidRevWalk. markStart(RevCommit c)Mark a commit to start graph traversal from.voidRevWalk. markUninteresting(RevCommit c)Mark a commit to not produce in the output.private DateRevQueue.EntryDateRevQueue. newEntry(RevCommit c)private RevCommitRewriteGenerator. rewrite(RevCommit p)(package private) voidBlockRevQueue.Block. unpop(RevCommit c)voidFIFORevQueue. unpop(RevCommit c)Insert the commit pointer at the front of the queue.Method parameters in org.eclipse.jgit.revwalk with type arguments of type RevCommit Modifier and Type Method Description default java.util.Optional<RevCommit>ReachabilityChecker. areAllReachable(java.util.Collection<RevCommit> targets, java.util.Collection<RevCommit> starters)Deprecated.java.util.Optional<RevCommit>ReachabilityChecker. areAllReachable(java.util.Collection<RevCommit> targets, java.util.stream.Stream<RevCommit> starters)Check if all targets are reachable from thestartercommits.java.util.Optional<RevCommit>ReachabilityChecker. areAllReachable(java.util.Collection<RevCommit> targets, java.util.stream.Stream<RevCommit> starters)Check if all targets are reachable from thestartercommits.voidRevWalk. markStart(java.util.Collection<RevCommit> list)Mark commits to start graph traversal from.Constructors in org.eclipse.jgit.revwalk with parameters of type RevCommit Constructor Description CarryStack(MergeBaseGenerator.CarryStack prev, RevCommit c, int carry) -
Uses of RevCommit in org.eclipse.jgit.revwalk.filter
Methods in org.eclipse.jgit.revwalk.filter with parameters of type RevCommit Modifier and Type Method Description booleanAndRevFilter.Binary. include(RevWalk walker, RevCommit c)booleanAndRevFilter.List. include(RevWalk walker, RevCommit c)booleanCommitTimeRevFilter.After. include(RevWalk walker, RevCommit cmit)booleanCommitTimeRevFilter.Before. include(RevWalk walker, RevCommit cmit)booleanCommitTimeRevFilter.Between. include(RevWalk walker, RevCommit cmit)booleanMaxCountRevFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.booleanNotRevFilter. include(RevWalk walker, RevCommit c)Determine if the supplied commit should be included in results.booleanOrRevFilter.Binary. include(RevWalk walker, RevCommit c)booleanOrRevFilter.List. include(RevWalk walker, RevCommit c)booleanPatternMatchRevFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.booleanRevFilter.AllFilter. include(RevWalk walker, RevCommit c)abstract booleanRevFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.booleanRevFilter.MergeBaseFilter. include(RevWalk walker, RevCommit c)booleanRevFilter.NoMergesFilter. include(RevWalk walker, RevCommit c)booleanRevFilter.NoneFilter. include(RevWalk walker, RevCommit c)booleanRevFilter.OnlyMergesFilter. include(RevWalk walker, RevCommit c)booleanRevFlagFilter.HasAll. include(RevWalk walker, RevCommit c)booleanRevFlagFilter.HasAny. include(RevWalk walker, RevCommit c)booleanSkipRevFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.booleanSubStringRevFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.protected java.lang.CharSequenceAuthorRevFilter.PatternSearch. text(RevCommit cmit)protected RawCharSequenceAuthorRevFilter.SubStringSearch. text(RevCommit cmit)protected java.lang.CharSequenceCommitterRevFilter.PatternSearch. text(RevCommit cmit)protected RawCharSequenceCommitterRevFilter.SubStringSearch. text(RevCommit cmit)protected java.lang.CharSequenceMessageRevFilter.PatternSearch. text(RevCommit cmit)protected RawCharSequenceMessageRevFilter.SubStringSearch. text(RevCommit cmit)protected abstract java.lang.CharSequencePatternMatchRevFilter. text(RevCommit cmit)Obtain the raw text to match against.protected abstract RawCharSequenceSubStringRevFilter. text(RevCommit cmit)Obtain the raw text to match against.(package private) static RawCharSequenceAuthorRevFilter. textFor(RevCommit cmit)(package private) static RawCharSequenceCommitterRevFilter. textFor(RevCommit cmit)(package private) static RawCharSequenceMessageRevFilter. textFor(RevCommit cmit) -
Uses of RevCommit in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as RevCommit Modifier and Type Field Description (package private) RevCommitPushCertificateStore. commitFields in org.eclipse.jgit.transport with type parameters of type RevCommit Modifier and Type Field Description private java.util.Set<RevCommit>BundleWriter. assumeprivate RevCommitList<RevCommit>BasePackFetchConnection. reachableCommitsAll commits that are immediately reachable by a local ref.Methods in org.eclipse.jgit.transport that return RevCommit Modifier and Type Method Description private static RevCommitUploadPack. objectIdToRevCommit(RevWalk walk, ObjectId objectId)Translate an object id to a RevCommit.Methods in org.eclipse.jgit.transport with parameters of type RevCommit Modifier and Type Method Description voidBundleWriter. assume(RevCommit c)Assume a commit is available on the recipient's side.private voidWalkFetchConnection. pushLocalCommit(RevCommit p) -
Uses of RevCommit in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util with parameters of type RevCommit Modifier and Type Method Description static AttributesLfsFactory. getAttributesForPath(Repository db, java.lang.String path, RevCommit commit)Get attributes for given path and commit
-