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 RevCommit
RebaseResult.currentCommit
private final RevCommit
CherryPickResult.newHead
private RevCommit
RebaseCommand.newHead
private RevCommit
CheckoutCommand.startCommit
private RevCommit
CreateBranchCommand.startCommit
private RevCommit
DescribeCommand.target
Commit to describe.private RevCommit
RebaseCommand.upstreamCommit
Methods in org.eclipse.jgit.api that return RevCommitModifier and TypeMethodDescriptionCommitCommand.call()
RevertCommand.call()
StashCreateCommand.call()
private RevCommit
RebaseCommand.checkoutCurrentHead()
private RevCommit
RebaseCommand.continueRebase()
private RevCommit
RebaseCommand.doSquashFixup
(boolean isSquash, RevCommit commitToPick, RebaseTodoLine nextStep, File messageFixup, File messageSquash) RebaseResult.getCurrentCommit()
Get the current commit if status isRebaseResult.Status.STOPPED
, otherwisenull
CherryPickResult.getNewHead()
Get the new head after this cherry-pickprivate RevCommit
CherryPickCommand.getParentCommit
(RevCommit srcCommit, RevWalk revWalk) private RevCommit
CloneCommand.parseCommit
(Repository clonedRepo, Ref ref) private RevCommit
ResetCommand.parseCommit
(ObjectId commitId) private RevCommit
StashCreateCommand.parseCommit
(ObjectReader reader, ObjectId headId) private RevCommit
RebaseCommand.squashIntoPrevious
(boolean sequenceContainsSquash, RebaseTodoLine nextStep) private RevCommit
RebaseCommand.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 boolean
RebaseCommand.checkoutCommit
(String headName, RevCommit commit) private void
CheckoutCommand.checkoutPathsFromCommit
(TreeWalk treeWalk, DirCache dc, RevCommit commit, Checkout checkout) private RebaseResult
RebaseCommand.cherryPickCommit
(RevCommit commitToPick) private RebaseResult
RebaseCommand.cherryPickCommitFlattening
(RevCommit commitToPick) private RebaseResult
RebaseCommand.cherryPickCommitPreservingMerges
(RevCommit commitToPick) (package private) static void
AddNoteCommand.commitNoteMap
(Repository r, String ref, RevWalk walk, NoteMap map, RevCommit notesCommit, ObjectInserter inserter, String msg) private static String
RebaseCommand.composeSquashMessage
(boolean isSquash, RevCommit commitToPick, String currSquashMessage, int count) private RevCommit
RebaseCommand.doSquashFixup
(boolean isSquash, RevCommit commitToPick, RebaseTodoLine nextStep, File messageFixup, File messageSquash) private RebaseResult
RebaseCommand.finishRebase
(RevCommit finalHead, boolean lastStepIsForward) RebaseCommand.getNewParents
(RevCommit commitToPick) private RevCommit
CherryPickCommand.getParentCommit
(RevCommit srcCommit, RevWalk revWalk) (package private) static RebaseResult
RebaseResult.result
(RebaseResult.Status status, RevCommit commit) CreateRebaseResult
CheckoutCommand.setStartPoint
(RevCommit startCommit) Set the commit that should be checked out.CreateBranchCommand.setStartPoint
(RevCommit startPoint) Set the start pointRebaseCommand.setUpstream
(RevCommit upstream) Set upstreamRevCommit
private RebaseResult
RebaseCommand.stop
(RevCommit commitToPick, RebaseResult.Status status) private RevCommit
RebaseCommand.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 void
RebaseCommand.updateHead
(String headName, RevCommit aNewHead, RevCommit onto) private void
RebaseCommand.writeCurrentCommit
(RevCommit commit) private void
RebaseCommand.writeMergeInfo
(RevCommit commitToPick, List<RevCommit> newParents) Method parameters in org.eclipse.jgit.api with type arguments of type RevCommitModifier and TypeMethodDescriptionprivate void
RebaseCommand.writeMergeInfo
(RevCommit commitToPick, List<RevCommit> newParents) Constructors in org.eclipse.jgit.api with parameters of type RevCommitModifierConstructorDescriptionCherryPickResult
(RevCommit newHead, List<Ref> cherryPickedRefs) Constructor for CherryPickResultprivate
RebaseResult
(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) RevCommit
Candidate.sourceCommit
Commit being considered (or blamed, depending on state).private final RevCommit[]
BlameResult.sourceCommits
Fields in org.eclipse.jgit.blame with type parameters of type RevCommitMethods in org.eclipse.jgit.blame that return RevCommitModifier and TypeMethodDescriptionprotected RevCommit
ReverseWalk.createCommit
(AnyObjectId id) Construct a new unparsed commit for the given object.(package private) RevCommit
Candidate.BlobCandidate.getParent
(int idx) (package private) RevCommit
Candidate.getParent
(int idx) (package private) RevCommit
Candidate.HeadCandidate.getParent
(int idx) (package private) RevCommit
Candidate.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 boolean
BlameGenerator.blameEntireRegionOnParent
(Candidate n, RevCommit parent) (package private) Candidate
(package private) Candidate
Candidate.create
(Repository repo, RevCommit commit, PathFilter path) (package private) Candidate
Candidate.ReverseCandidate.create
(Repository repo, RevCommit commit, PathFilter path) private boolean
BlameGenerator.find
(RevCommit commit, PathFilter path) private DiffEntry
BlameGenerator.findRename
(RevCommit parent, RevCommit commit, PathFilter path) private boolean
BlameGenerator.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 RevCommit -
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 void
BitmappedReachabilityChecker.ReachedFilter.dontFollow
(RevCommit cmit) final boolean
Determine if the supplied commit should be included in results.final boolean
Determine if the supplied commit should be included in results.final boolean
Determine if the supplied commit should be included in results.final boolean
Determine if the supplied commit should be included in results.(package private) boolean
BitmappedReachabilityChecker.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.newCommitsByOldest
Fields in org.eclipse.jgit.internal.storage.pack with type parameters of type RevCommitModifier and TypeFieldDescriptionPackWriterBitmapPreparer.CommitSelectionHelper.newWantsByNewest
private static final Comparator
<RevCommit> PackWriterBitmapPreparer.ORDER_BY_REVERSE_TIMESTAMP
Methods 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 boolean
private boolean
PackWriterBitmapPreparer.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.junit
Fields in org.eclipse.jgit.junit declared as RevCommitFields in org.eclipse.jgit.junit with type parameters of type RevCommitMethods in org.eclipse.jgit.junit that return RevCommitModifier and TypeMethodDescriptionTestRepository.cherryPick
(AnyObjectId id) Cherry-pick a commit onto HEAD.Create a new commit.Create a new commit.Create a new commit.Create a new commit.protected RevCommit
RepositoryTestCase.commitFile
(String filename, String contents, String branch) Commit a file with the specified contents on the specified branch, creating the branch if it didn't exist before.TestRepository.CommitBuilder.create()
Create the commitTestRepository.BranchBuilder.update
(TestRepository<R>.CommitBuilder to) Forcefully update this branch to a particular commit.Forcefully update this branch to a particular commit.TestRepository.update
(String ref, TestRepository<R>.CommitBuilder to) Update a reference to point to an object.Methods in org.eclipse.jgit.junit that return types with arguments of type RevCommitMethods in org.eclipse.jgit.junit with parameters of type RevCommitModifier and TypeMethodDescriptionprivate TestRepository<R>.CommitBuilder
TestRepository.amend
(RevCommit old, TestRepository<R>.CommitBuilder b) Create a new commit.Create a new commit.Create a new commit.Create a new commit.set parent commitForcefully 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 RevCommitModifier and TypeMethodDescriptionprotected static 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 RevCommitModifier and TypeMethodDescriptionRepository.parseCommit
(AnyObjectId id) Locate a reference to a commit and immediately parse its content.private RevCommit
Repository.resolveReflog
(RevWalk rw, Ref ref, String time) Methods in org.eclipse.jgit.lib with parameters of type RevCommitModifier and TypeMethodDescriptionvoid
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 RevCommitModifier and TypeFieldDescriptionprotected RevCommit[]
Merger.sourceCommits
IfMerger.sourceObjects
[i] is a commit, this is the commit.Methods in org.eclipse.jgit.merge that return RevCommitModifier and TypeMethodDescriptionprivate RevCommit
RecursiveMerger.createCommitForTree
(ObjectId tree, List<RevCommit> parents) Create a new commit by explicitly specifying the content tree and the parents.protected RevCommit
Merger.getBaseCommit
(RevCommit a, RevCommit b) Return the merge base of two commits.protected RevCommit
RecursiveMerger.getBaseCommit
(RevCommit a, RevCommit b) Return the merge base of two commits.protected RevCommit
RecursiveMerger.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 RevCommit
Merger.getBaseCommit
(RevCommit a, RevCommit b) Return the merge base of two commits.protected RevCommit
RecursiveMerger.getBaseCommit
(RevCommit a, RevCommit b) Return the merge base of two commits.protected RevCommit
RecursiveMerger.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 RevCommit
RecursiveMerger.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 PersonIdent
RecursiveMerger.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 NoteMap
NoteMap.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.abbreviatedCommits
MergeBase.commits
RevWalkTextBuiltin.commits
Blame.reverseRange
Methods in org.eclipse.jgit.pgm with parameters of type RevCommitModifier and TypeMethodDescriptionprivate String
Blame.abbreviate
(ObjectReader reader, RevCommit commit) (package private) void
private static boolean
Blame.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 void
private void
private void
private boolean
private boolean
private void
Log.showSignature
(RevCommit c) private void
Show.showSignature
(RevCommit c) private int
Blame.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 TypeClassDescriptionclass
PlotCommit<L extends PlotLane>
A commit reference to a commit in the DAG.Methods in org.eclipse.jgit.revplot that return RevCommitModifier and TypeMethodDescriptionprotected RevCommit
PlotWalk.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 TypeClassDescriptionclass
RevCommitList<E extends RevCommit>
An ordered list ofRevCommit
subclasses.Subclasses of RevCommit in org.eclipse.jgit.revwalkModifier and TypeClassDescriptionstatic class
RevCommit with a depth (in commits) from a root.Fields in org.eclipse.jgit.revwalk declared as RevCommitModifier and TypeFieldDescription(package private) final RevCommit
MergeBaseGenerator.CarryStack.c
(package private) RevCommit
DateRevQueue.Entry.commit
(package private) final RevCommit[]
BlockRevQueue.Block.commits
Our table of queued commits.private static final RevCommit
PendingGenerator.INIT_LAST
A commit near the end of time, to initializePendingGenerator.last
with.private RevCommit
PendingGenerator.last
Last commit produced to the caller fromPendingGenerator.next()
.(package private) static final RevCommit[]
RevCommit.NO_PARENTS
(package private) RevCommit[]
RevCommit.parents
Fields in org.eclipse.jgit.revwalk with type parameters of type RevCommitModifier and TypeFieldDescriptionprivate LinkedList
<RevCommit> MergeBaseGenerator.ret
RevWalk.roots
Methods in org.eclipse.jgit.revwalk that return RevCommitModifier and TypeMethodDescriptionprivate RevCommit
MergeBaseGenerator._next()
private RevCommit[]
protected RevCommit
DepthWalk.ObjectWalk.createCommit
(AnyObjectId id) protected RevCommit
DepthWalk.RevWalk.createCommit
(AnyObjectId id) protected RevCommit
RevWalk.createCommit
(AnyObjectId id) Construct a new unparsed commit for the given object.final RevCommit
RevCommit.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 RevCommit
AbstractRevQueue.next()
Return the next commit to the application, or the next generator.(package private) RevCommit
BoundaryGenerator.InitialGenerator.next()
(package private) RevCommit
BoundaryGenerator.next()
DateRevQueue.next()
Return the next commit to the application, or the next generator.(package private) RevCommit
DelayRevQueue.next()
(package private) RevCommit
DepthGenerator.next()
(package private) RevCommit
EndGenerator.next()
FIFORevQueue.next()
Return the next commit to the application, or the next generator.(package private) RevCommit
FixUninterestingGenerator.next()
(package private) abstract RevCommit
Generator.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) RevCommit
MergeBaseGenerator.next()
ObjectWalk.next()
Pop the next most recent commit.(package private) RevCommit
PendingGenerator.next()
RevWalk.next()
Pop the next most recent commit.(package private) RevCommit
RewriteGenerator.next()
(package private) RevCommit
StartGenerator.next()
(package private) RevCommit
TopoNonIntermixSortGenerator.next()
(package private) RevCommit
TopoSortGenerator.next()
private RevCommit
RevWalk.nextForIterator()
LikeRevWalk.next()
, but if a checked exception is thrown during the walk it is rethrown as aRevWalkException
.static RevCommit
RevCommit.parse
(byte[] raw) Parse a commit from its canonical format.static RevCommit
Parse a commit from its canonical format.RevWalk.parseCommit
(AnyObjectId id) Locate a reference to a commit and immediately parse its content.(package private) RevCommit
BlockRevQueue.Block.peek()
DateRevQueue.peek()
Peek at the next commit, without removing it.(package private) RevCommit
BlockRevQueue.Block.pop()
private RevCommit
Methods 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 thestarter
commits.Find commits that are reachable fromstart
until a commit that is reachable fromend
is encountered.RevWalk.iterator()
Methods in org.eclipse.jgit.revwalk with parameters of type RevCommitModifier and TypeMethodDescriptionabstract void
Add a commit to the queue.final void
Add a commit if it does not have a flag set yet, then set the flag.void
(package private) void
void
Add a commit to the queue.void
Add a commit to the queue.void
Add a commit to the queue.private void
final void
AbstractRevQueue.addParents
(RevCommit c, RevFlag queueControl) Add a commit's parents if one does not have a flag set yet.(package private) static void
RevCommit.carryFlags
(RevCommit c, int carry) private static FIFORevQueue
RevCommit.carryFlags1
(RevCommit c, int carry, int depth) (package private) void
RevWalk.carryFlagsImpl
(RevCommit c) private static void
RevCommit.carryOneStep
(FIFORevQueue q, int carry, RevCommit c) private void
MergeBaseGenerator.carryOntoHistory
(RevCommit c, int carry) private void
MergeBaseGenerator.carryOntoHistoryInnerLoop
(RevCommit c, int carry) private int
MergeBaseGenerator.carryOntoOne
(RevCommit p, int carry) private RevCommit[]
static int
Count the number of commits that are reachable fromstart
until a commit that is reachable fromend
is encountered.private static FIFORevQueue
RevCommit.defer
(FIFORevQueue q, int carry, RevCommit[] pList, int i) private static FIFORevQueue
protected static void
AbstractRevQueue.describe
(StringBuilder s, RevCommit c) Describe this queuevoid
Ensures all commits until the given commit are loaded.Find commits that are reachable fromstart
until a commit that is reachable fromend
is 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.boolean
Determine if the supplied commit should be included in results.(package private) void
RevWalk.initializeShallowCommits
(RevCommit rc) Reads the "shallow" file and applies it by setting the parents of shallow commits to an empty array.boolean
RevWalk.isMergedInto
(RevCommit base, RevCommit tip) Determine if a commit is reachable from another commit.void
Mark a root commit (i.e., one whose depth should be considered 0.)void
Mark a commit to start graph traversal from.void
RevWalk.markUninteresting
(RevCommit c) Mark a commit to not produce in the output.private DateRevQueue.Entry
private RevCommit
(package private) void
void
Insert 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 thestarter
commits.ReachabilityChecker.areAllReachable
(Collection<RevCommit> targets, Stream<RevCommit> starters) Check if all targets are reachable from thestarter
commits.void
RevWalk.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 TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
Determine if the supplied commit should be included in results.boolean
Determine if the supplied commit should be included in results.boolean
boolean
boolean
Determine if the supplied commit should be included in results.boolean
abstract boolean
Determine if the supplied commit should be included in results.boolean
boolean
boolean
boolean
boolean
boolean
boolean
Determine if the supplied commit should be included in results.boolean
Determine if the supplied commit should be included in results.protected CharSequence
protected RawCharSequence
protected CharSequence
protected RawCharSequence
protected CharSequence
protected RawCharSequence
protected abstract CharSequence
Obtain the raw text to match against.protected abstract RawCharSequence
Obtain 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.assume
private RevCommitList
<RevCommit> BasePackFetchConnection.reachableCommits
All commits that are immediately reachable by a local ref.Methods in org.eclipse.jgit.transport that return RevCommitModifier and TypeMethodDescriptionprivate static RevCommit
UploadPack.objectIdToRevCommit
(RevWalk walk, ObjectId objectId) Translate an object id to a RevCommit.Methods in org.eclipse.jgit.transport with parameters of type RevCommitModifier and TypeMethodDescriptionvoid
Assume a commit is available on the recipient's side.private void
WalkFetchConnection.pushLocalCommit
(RevCommit p) -
Uses of RevCommit in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util with parameters of type RevCommitModifier and TypeMethodDescriptionstatic Attributes
LfsFactory.getAttributesForPath
(Repository db, String path, RevCommit commit) Get attributes for given path and commit
ReachabilityChecker.areAllReachable(Collection, Stream)