Uses of Class
org.eclipse.jgit.revwalk.RevCommit
Packages that use RevCommit
Package
Description
High-level API commands (the porcelain of JGit).
Computing blame/annotate information of files.
Reading/writing Git pack files.
Core API for repository, config, refs, object database.
Content and commit history merge algorithms.
Git notes processing (for commits, etc).
Building/rendering revision graphs.
Walking revision graphs (commit history).
Filters for use in revision walking.
Transport (fetch/push) for different protocols.
Utility classes.
-
Uses of RevCommit in org.eclipse.jgit.api
Subclasses of RevCommit in org.eclipse.jgit.apiFields in org.eclipse.jgit.api declared as RevCommitModifier and TypeFieldDescriptionprivate final RevCommitRebaseResult.currentCommitprivate final RevCommitCherryPickResult.newHeadprivate RevCommitRebaseCommand.newHeadprivate RevCommitCheckoutCommand.startCommitprivate RevCommitCreateBranchCommand.startCommitprivate RevCommitDescribeCommand.targetCommit to describe.private RevCommitRebaseCommand.upstreamCommitMethods in org.eclipse.jgit.api that return RevCommitModifier and TypeMethodDescriptionCommitCommand.call()RevertCommand.call()StashCreateCommand.call()private RevCommitRebaseCommand.checkoutCurrentHead()private RevCommitRebaseCommand.continueRebase()private RevCommitRebaseCommand.doSquashFixup(boolean isSquash, RevCommit commitToPick, boolean isLast, File messageFixup, File messageSquash) RebaseResult.getCurrentCommit()Get the current commit if status isRebaseResult.Status.STOPPED, otherwisenullCherryPickResult.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, boolean isLast) private RevCommitRebaseCommand.tryFastForward(String headName, RevCommit oldCommit, RevCommit newCommit) RebaseCommand.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 RevCommitModifier and TypeMethodDescriptionRebaseCommand.calculatePickList(RevCommit headCommit) LogCommand.call()StashListCommand.call()RebaseCommand.getNewParents(RevCommit commitToPick) Methods in org.eclipse.jgit.api with parameters of type RevCommitModifier and TypeMethodDescriptionRebaseCommand.calculatePickList(RevCommit headCommit) private booleanRebaseCommand.checkoutCommit(String headName, RevCommit commit) private voidCheckoutCommand.checkoutPathsFromCommit(TreeWalk treeWalk, DirCache dc, RevCommit commit) private RebaseResultRebaseCommand.cherryPickCommit(RevCommit commitToPick) private RebaseResultRebaseCommand.cherryPickCommitFlattening(RevCommit commitToPick) private RebaseResultRebaseCommand.cherryPickCommitPreservingMerges(RevCommit commitToPick) (package private) static voidAddNoteCommand.commitNoteMap(Repository r, String ref, RevWalk walk, NoteMap map, RevCommit notesCommit, ObjectInserter inserter, String msg) private static StringRebaseCommand.composeSquashMessage(boolean isSquash, RevCommit commitToPick, String currSquashMessage, int count) private RevCommitRebaseCommand.doSquashFixup(boolean isSquash, RevCommit commitToPick, boolean isLast, File messageFixup, File messageSquash) private RebaseResultRebaseCommand.finishRebase(RevCommit finalHead, boolean lastStepIsForward) RebaseCommand.getNewParents(RevCommit commitToPick) private RevCommitCherryPickCommand.getParentCommit(RevCommit srcCommit, RevWalk revWalk) (package private) static RebaseResultRebaseResult.result(RebaseResult.Status status, RevCommit commit) CreateRebaseResultCheckoutCommand.setStartPoint(RevCommit startCommit) Set the commit that should be checked out.CreateBranchCommand.setStartPoint(RevCommit startPoint) Set the start pointRebaseCommand.setUpstream(RevCommit upstream) Set upstreamRevCommitprivate RebaseResultRebaseCommand.stop(RevCommit commitToPick, RebaseResult.Status status) private RevCommitRebaseCommand.tryFastForward(String headName, RevCommit oldCommit, RevCommit newCommit) RebaseCommand.tryFastForward(RevCommit newCommit) Check if we can fast-forward and returns the new head if it is possibleprivate voidRebaseCommand.updateHead(String headName, RevCommit aNewHead, RevCommit onto) private voidCommitCommand.updateRef(RepositoryState state, ObjectId headId, RevCommit revCommit, ObjectId commitId) private voidRebaseCommand.writeCurrentCommit(RevCommit commit) private voidRebaseCommand.writeMergeInfo(RevCommit commitToPick, List<RevCommit> newParents) Method parameters in org.eclipse.jgit.api with type arguments of type RevCommitModifier and TypeMethodDescriptionprivate voidRebaseCommand.writeMergeInfo(RevCommit commitToPick, List<RevCommit> newParents) Constructors in org.eclipse.jgit.api with parameters of type RevCommitModifierConstructorDescriptionCherryPickResult(RevCommit newHead, List<Ref> cherryPickedRefs) Constructor for CherryPickResultprivateRebaseResult(RebaseResult.Status status, RevCommit commit) -
Uses of RevCommit in org.eclipse.jgit.blame
Subclasses of RevCommit in org.eclipse.jgit.blameFields in org.eclipse.jgit.blame declared as RevCommitModifier and TypeFieldDescription(package private) RevCommitCandidate.sourceCommitCommit being considered (or blamed, depending on state).private final RevCommit[]BlameResult.sourceCommitsFields in org.eclipse.jgit.blame with type parameters of type RevCommitMethods in org.eclipse.jgit.blame that return RevCommitModifier and TypeMethodDescriptionprotected 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) BlameGenerator.getSourceCommit()Get the revision blamed for the current region.BlameResult.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 RevCommitMethods in org.eclipse.jgit.blame with parameters of type RevCommitModifier and TypeMethodDescriptionprivate booleanBlameGenerator.blameEntireRegionOnParent(Candidate n, RevCommit parent) (package private) Candidate(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 RevCommitModifierConstructorDescription(package private)Candidate(Repository repo, RevCommit commit, PathFilter path) Constructor parameters in org.eclipse.jgit.blame with type arguments of type RevCommitModifierConstructorDescription(package private)HeadCandidate(Repository repo, PathFilter path, List<RevCommit> parents) -
Uses of RevCommit in org.eclipse.jgit.gitrepo
Methods in org.eclipse.jgit.gitrepo that return RevCommitModifier and TypeMethodDescriptionRepoCommand.call()private RevCommitBareSuperprojectWriter.commitTreeOnCurrentTip(ObjectInserter inserter, RevWalk rw, ObjectId treeId) (package private) RevCommitBareSuperprojectWriter.write(List<RepoProject> repoProjects) (package private) RevCommitRegularSuperprojectWriter.write(List<RepoProject> repoProjects) -
Uses of RevCommit in org.eclipse.jgit.internal.revwalk
Methods in org.eclipse.jgit.internal.revwalk that return types with arguments of type RevCommitModifier and TypeMethodDescriptionBitmappedReachabilityChecker.areAllReachable(Collection<RevCommit> targets, Stream<RevCommit> starters) Check all targets are reachable from the starters.PedestrianReachabilityChecker.areAllReachable(Collection<RevCommit> targets, Stream<RevCommit> starters) Methods in org.eclipse.jgit.internal.revwalk with parameters of type RevCommitModifier and TypeMethodDescriptionprivate static final voidBitmappedReachabilityChecker.ReachedFilter.dontFollow(RevCommit cmit) final booleanDetermine if the supplied commit should be included in results.final booleanDetermine if the supplied commit should be included in results.final booleanDetermine if the supplied commit should be included in results.final booleanDetermine 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 RevCommitModifier and TypeMethodDescriptionBitmappedReachabilityChecker.areAllReachable(Collection<RevCommit> targets, Stream<RevCommit> starters) Check all targets are reachable from the starters.BitmappedReachabilityChecker.areAllReachable(Collection<RevCommit> targets, Stream<RevCommit> starters) Check all targets are reachable from the starters.PedestrianReachabilityChecker.areAllReachable(Collection<RevCommit> targets, Stream<RevCommit> starters) PedestrianReachabilityChecker.areAllReachable(Collection<RevCommit> targets, Stream<RevCommit> starters) -
Uses of RevCommit in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as RevCommitModifier and TypeFieldDescription(package private) final RevCommit[]PackWriterBitmapPreparer.CommitSelectionHelper.newCommitsByOldestFields in org.eclipse.jgit.internal.storage.pack with type parameters of type RevCommitModifier and TypeFieldDescriptionPackWriterBitmapPreparer.CommitSelectionHelper.newWantsByNewestprivate static final Comparator<RevCommit>PackWriterBitmapPreparer.ORDER_BY_REVERSE_TIMESTAMPMethods in org.eclipse.jgit.internal.storage.pack that return types with arguments of type RevCommitMethods in org.eclipse.jgit.internal.storage.pack with parameters of type RevCommitModifier and TypeMethodDescriptionfinal booleanprivate booleanPackWriterBitmapPreparer.isRecentCommit(RevCommit revCommit) Constructors in org.eclipse.jgit.internal.storage.pack with parameters of type RevCommitModifierConstructorDescription(package private)CommitSelectionHelper(Set<? extends ObjectId> newWants, RevCommit[] commitsByOldest, int commitStartPos, List<RevCommit> newWantsByNewest, BitmapIndex.BitmapBuilder reusedCommitsBitmap, List<BitmapCommit> reuse) Constructor parameters in org.eclipse.jgit.internal.storage.pack with type arguments of type RevCommitModifierConstructorDescription(package private)CommitSelectionHelper(Set<? extends ObjectId> newWants, RevCommit[] commitsByOldest, int commitStartPos, List<RevCommit> newWantsByNewest, BitmapIndex.BitmapBuilder reusedCommitsBitmap, 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 RevCommitModifier and TypeMethodDescriptionIterativeConnectivityChecker.parseParents(RevCommit[] parents, RevWalk rw) Methods in org.eclipse.jgit.internal.transport.connectivity with parameters of type RevCommitModifier and TypeMethodDescriptionIterativeConnectivityChecker.parseParents(RevCommit[] parents, RevWalk rw) -
Uses of RevCommit in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return RevCommitModifier and TypeMethodDescriptionRepository.parseCommit(AnyObjectId id) Locate a reference to a commit and immediately parse its content.private RevCommitRepository.resolveReflog(RevWalk rw, Ref ref, String time) Methods in org.eclipse.jgit.lib with parameters of type RevCommitModifier and TypeMethodDescriptionvoidAdd 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 RevCommitModifier and TypeFieldDescriptionprotected RevCommit[]Merger.sourceCommitsIfMerger.sourceObjects[i] is a commit, this is the commit.Methods in org.eclipse.jgit.merge that return RevCommitModifier and TypeMethodDescriptionprivate RevCommitRecursiveMerger.createCommitForTree(ObjectId tree, 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 RevCommitModifier and TypeMethodDescriptionprotected 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 RevCommitModifier and TypeMethodDescriptionprivate RevCommitRecursiveMerger.createCommitForTree(ObjectId tree, List<RevCommit> parents) Create a new commit by explicitly specifying the content tree and the parents.Construct the squashed commit message.private static PersonIdentRecursiveMerger.mockAuthor(List<RevCommit> parents) -
Uses of RevCommit in org.eclipse.jgit.notes
Methods in org.eclipse.jgit.notes with parameters of type RevCommitModifier and TypeMethodDescriptionstatic 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 RevCommitModifier and TypeFieldDescriptionBlame.abbreviatedCommitsMergeBase.commitsRevWalkTextBuiltin.commitsBlame.reverseRangeMethods in org.eclipse.jgit.pgm with parameters of type RevCommitModifier and TypeMethodDescriptionprivate StringBlame.abbreviate(ObjectReader reader, RevCommit commit) (package private) voidprivate static booleanBlame.sameCommit(RevCommit a, RevCommit b) protected void"Show" the current RevCommit when called from the main processing loop.protected void"Show" the current RevCommit when called from the main processing loop.protected void"Show" the current RevCommit when called from the main processing loop.protected abstract void"Show" the current RevCommit when called from the main processing loop.private voidprivate voidprivate voidprivate booleanprivate booleanprivate 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 RevCommitModifierConstructorDescriptionRevCommitHandler(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.revplotModifier and TypeClassDescriptionclassPlotCommit<L extends PlotLane>A commit reference to a commit in the DAG.Methods in org.eclipse.jgit.revplot that return RevCommitModifier and TypeMethodDescriptionprotected RevCommitPlotWalk.createCommit(AnyObjectId id) Construct a new unparsed commit for the given object.PlotWalk.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 RevCommitModifier and TypeClassDescriptionclassRevCommitList<E extends RevCommit>An ordered list ofRevCommitsubclasses.Subclasses of RevCommit in org.eclipse.jgit.revwalkModifier and TypeClassDescriptionstatic classRevCommit with a depth (in commits) from a root.Fields in org.eclipse.jgit.revwalk declared as RevCommitModifier and TypeFieldDescription(package private) final RevCommitMergeBaseGenerator.CarryStack.c(package private) RevCommitDateRevQueue.Entry.commit(package private) final RevCommit[]BlockRevQueue.Block.commitsOur table of queued commits.private static final 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 final RevCommit[]RevCommit.NO_PARENTS(package private) RevCommit[]RevCommit.parentsFields in org.eclipse.jgit.revwalk with type parameters of type RevCommitModifier and TypeFieldDescriptionprivate LinkedList<RevCommit>MergeBaseGenerator.retRevWalk.rootsMethods in org.eclipse.jgit.revwalk that return RevCommitModifier and TypeMethodDescriptionprivate RevCommitMergeBaseGenerator._next()private RevCommit[]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.final RevCommitRevCommit.getParent(int nth) Get the nth parent from this commit's parent list.final RevCommit[]RevCommit.getParents()Obtain an array of all parents (NOTE - THIS IS NOT A COPY).RevWalk.lookupCommit(AnyObjectId id) Locate a reference to a commit without loading it.AbstractRevQueue.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()DateRevQueue.next()Return the next commit to the application, or the next generator.(package private) RevCommitDelayRevQueue.next()(package private) RevCommitDepthGenerator.next()(package private) RevCommitEndGenerator.next()FIFORevQueue.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.LIFORevQueue.next()Return the next commit to the application, or the next generator.(package private) RevCommitMergeBaseGenerator.next()ObjectWalk.next()Pop the next most recent commit.(package private) RevCommitPendingGenerator.next()RevWalk.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 RevCommitParse a commit from its canonical format.RevWalk.parseCommit(AnyObjectId id) Locate a reference to a commit and immediately parse its content.(package private) RevCommitBlockRevQueue.Block.peek()DateRevQueue.peek()Peek at the next commit, without removing it.(package private) RevCommitBlockRevQueue.Block.pop()private RevCommitMethods in org.eclipse.jgit.revwalk that return types with arguments of type RevCommitModifier and TypeMethodDescriptionReachabilityChecker.areAllReachable(Collection<RevCommit> targets, Collection<RevCommit> starters) Deprecated.ReachabilityChecker.areAllReachable(Collection<RevCommit> targets, Stream<RevCommit> starters) Check if all targets are reachable from thestartercommits.Find commits that are reachable fromstartuntil a commit that is reachable fromendis encountered.RevWalk.iterator()Methods in org.eclipse.jgit.revwalk with parameters of type RevCommitModifier and TypeMethodDescriptionabstract voidAdd a commit to the queue.final voidAdd a commit if it does not have a flag set yet, then set the flag.void(package private) voidvoidAdd a commit to the queue.voidAdd a commit to the queue.voidAdd a commit to the queue.private voidfinal 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[]static intCount 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 FIFORevQueueprotected static voidAbstractRevQueue.describe(StringBuilder s, RevCommit c) Describe this queuevoidEnsures all commits until the given commit are loaded.Find commits that are reachable fromstartuntil a commit that is reachable fromendis encountered.RevWalkUtils.findBranchesReachableFrom(RevCommit commit, RevWalk revWalk, Collection<Ref> refs) Find the list of branches a given commit is reachable from when following parents.RevWalkUtils.findBranchesReachableFrom(RevCommit commit, RevWalk revWalk, Collection<Ref> refs, ProgressMonitor monitor) Find the list of branches a given commit is reachable from when following parents.RevWalk.getMergedInto(RevCommit commit, Collection<Ref> refs) Determine the Refs into which a commit is merged.RevWalk.getMergedInto(RevCommit needle, Collection<Ref> haystacks, Enum returnStrategy, ProgressMonitor monitor) RevWalk.getMergedInto(RevCommit commit, Collection<Ref> refs, ProgressMonitor monitor) Determine the Refs into which a commit is merged.booleanDetermine 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.booleanRevWalk.isMergedIntoAll(RevCommit commit, Collection<Ref> refs) Determine if acommitis merged into all of the givenrefs.booleanRevWalk.isMergedIntoAny(RevCommit commit, Collection<Ref> refs) Determine if acommitis merged into any of the givenrefs.voidMark a root commit (i.e., one whose depth should be considered 0.)voidMark a commit to start graph traversal from.voidRevWalk.markUninteresting(RevCommit c) Mark a commit to not produce in the output.private DateRevQueue.Entryprivate RevCommit(package private) voidvoidInsert the commit pointer at the front of the queue.Method parameters in org.eclipse.jgit.revwalk with type arguments of type RevCommitModifier and TypeMethodDescriptionReachabilityChecker.areAllReachable(Collection<RevCommit> targets, Collection<RevCommit> starters) Deprecated.ReachabilityChecker.areAllReachable(Collection<RevCommit> targets, Stream<RevCommit> starters) Check if all targets are reachable from thestartercommits.ReachabilityChecker.areAllReachable(Collection<RevCommit> targets, Stream<RevCommit> starters) Check if all targets are reachable from thestartercommits.voidRevWalk.markStart(Collection<RevCommit> list) Mark commits to start graph traversal from.Constructors in org.eclipse.jgit.revwalk with parameters of type RevCommitModifierConstructorDescription(package private)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 RevCommitModifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanDetermine if the supplied commit should be included in results.booleanDetermine if the supplied commit should be included in results.booleanbooleanbooleanDetermine if the supplied commit should be included in results.booleanabstract booleanDetermine if the supplied commit should be included in results.booleanbooleanbooleanbooleanbooleanbooleanbooleanDetermine if the supplied commit should be included in results.booleanDetermine if the supplied commit should be included in results.protected CharSequenceprotected RawCharSequenceprotected CharSequenceprotected RawCharSequenceprotected CharSequenceprotected RawCharSequenceprotected abstract CharSequenceObtain the raw text to match against.protected abstract RawCharSequenceObtain the raw text to match against.(package private) static RawCharSequence(package private) static RawCharSequence(package private) static RawCharSequence -
Uses of RevCommit in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as RevCommitFields in org.eclipse.jgit.transport with type parameters of type RevCommitModifier and TypeFieldDescriptionBundleWriter.assumeprivate RevCommitList<RevCommit>BasePackFetchConnection.reachableCommitsAll commits that are immediately reachable by a local ref.Methods in org.eclipse.jgit.transport that return RevCommitModifier and TypeMethodDescriptionprivate static RevCommitUploadPack.objectIdToRevCommit(RevWalk walk, ObjectId objectId) Translate an object id to a RevCommit.Methods in org.eclipse.jgit.transport with parameters of type RevCommitModifier and TypeMethodDescriptionvoidAssume 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 RevCommitModifier and TypeMethodDescriptionstatic AttributesLfsFactory.getAttributesForPath(Repository db, String path, RevCommit commit) Get attributes for given path and commit
ReachabilityChecker.areAllReachable(Collection, Stream)