Uses of Class
org.eclipse.jgit.revwalk.RevFlag
Packages that use RevFlag
Package
Description
Computing blame/annotate information of files.
Distributed file system based repository storage.
Walking revision graphs (commit history).
Filters for use in revision walking.
Transport (fetch/push) for different protocols.
-
Uses of RevFlag in org.eclipse.jgit.blame
Fields in org.eclipse.jgit.blame declared as RevFlagModifier and TypeFieldDescriptionprivate RevFlagBlameGenerator.SEENIndicates the commit was put into the queue at least once.Methods in org.eclipse.jgit.blame that return RevFlagModifier and TypeMethodDescriptionAllocate a new RevFlag for use by the caller.Methods in org.eclipse.jgit.blame with parameters of type RevFlagModifier and TypeMethodDescription(package private) void(package private) void(package private) void(package private) boolean(package private) boolean(package private) boolean(package private) void(package private) void(package private) void -
Uses of RevFlag in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as RevFlag -
Uses of RevFlag in org.eclipse.jgit.revwalk
Subclasses of RevFlag in org.eclipse.jgit.revwalkFields in org.eclipse.jgit.revwalk declared as RevFlagModifier and TypeFieldDescriptionprivate final RevFlagDepthGenerator.DEEPEN_NOTCommits reachable from commits that the client specified using --shallow-exclude.private final RevFlagDepthWalk.ObjectWalk.DEEPEN_NOTprivate final RevFlagDepthWalk.RevWalk.DEEPEN_NOTprivate final RevFlagDepthGenerator.REINTERESTINGCommits which the normal framework has marked as UNINTERESTING, but which we now care about again.private final RevFlagDepthWalk.ObjectWalk.REINTERESTINGprivate final RevFlagDepthWalk.RevWalk.REINTERESTINGstatic final RevFlagRevFlag.SEENSet on RevCommit instances added toRevWalk.pendingqueue.static final RevFlagRevFlag.UNINTERESTINGUninteresting byRevWalk.markUninteresting(RevCommit).private final RevFlagDepthGenerator.UNSHALLOWCommits which used to be shallow in the client, but which are being extended as part of this fetch.private final RevFlagDepthWalk.ObjectWalk.UNSHALLOWprivate final RevFlagDepthWalk.RevWalk.UNSHALLOWFields in org.eclipse.jgit.revwalk with type parameters of type RevFlagMethods in org.eclipse.jgit.revwalk that return RevFlagModifier and TypeMethodDescriptionDepthWalk.getDeepenNotFlag()DepthWalk.ObjectWalk.getDeepenNotFlag()DepthWalk.RevWalk.getDeepenNotFlag()DepthWalk.getReinterestingFlag()Get flag marking commits that are interesting again.DepthWalk.ObjectWalk.getReinterestingFlag()DepthWalk.RevWalk.getReinterestingFlag()DepthWalk.getUnshallowFlag()Get flag marking commits that should become unshallow.DepthWalk.ObjectWalk.getUnshallowFlag()DepthWalk.RevWalk.getUnshallowFlag()Create a new flag for application use during walking.Methods in org.eclipse.jgit.revwalk that return types with arguments of type RevFlagMethods in org.eclipse.jgit.revwalk with parameters of type RevFlagModifier and TypeMethodDescriptionfinal voidAdd a commit if it does not have a flag set yet, then set the flag.booleanfinal voidAdd a flag to this object.final voidAbstractRevQueue.addParents(RevCommit c, RevFlag queueControl) Add a commit's parents if one does not have a flag set yet.voidApply a flag to all commits matching the specified filter.voidApply a flag to all commits matching the specified filter.voidCarry a RevFlag set on this commit to its parents.voidAutomatically carry a flag from a child commit to its parents.voidRemove the given flag from all commits.voidRemove the given flag from all commits.voidRevWalk.disposeFlag(RevFlag flag) Allow a flag to be recycled for a different use.final booleanTest to see if the flag has been set on this object.intFind the next commit that has the given flag set.intRevCommitList.lastIndexOf(RevFlag flag, int begin) Find the next commit that has the given flag set.final voidRemove a flag from this object.final voidRevWalk.resetRetain(RevFlag... retainFlags) Resets internal state and allows this instance to be used again.final voidRevWalk.retainOnReset(RevFlag flag) Preserve a RevFlag during allresetmethods.Method parameters in org.eclipse.jgit.revwalk with type arguments of type RevFlagModifier and TypeMethodDescriptionvoidRevWalk.carry(Collection<RevFlag> set) Automatically carry flags from a child commit to its parents.final voidRevWalk.retainOnReset(Collection<RevFlag> flags) Preserve a set of RevFlags during allresetmethods.Constructor parameters in org.eclipse.jgit.revwalk with type arguments of type RevFlagModifierConstructorDescriptionCreate a set of flags, copied from an existing collection. -
Uses of RevFlag in org.eclipse.jgit.revwalk.filter
Methods in org.eclipse.jgit.revwalk.filter with parameters of type RevFlag -
Uses of RevFlag in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as RevFlagModifier and TypeFieldDescription(package private) final RevFlagBasePackFetchConnection.ADVERTISEDMarks a commit listed in the advertised refs.(package private) final RevFlagBasePackFetchConnection.COMMONMarks a commit known to both sides of the connection.private final RevFlagUploadPack.COMMONMarked on objects inUploadPack.commonBase.private final RevFlagWalkFetchConnection.COMPLETEObjects whose direct dependents we know we have (or will have).private final RevFlagWalkFetchConnection.IN_WORK_QUEUEObjects that have already enteredWalkFetchConnection.workQueue.private final RevFlagWalkFetchConnection.LOCALLY_SEENCommits that have already enteredWalkFetchConnection.localCommitQueue.private final RevFlagUploadPack.PEER_HASMarked on objects both we and the client have.(package private) final RevFlagBasePackFetchConnection.REACHABLEMarks an object as having all its dependencies.private final RevFlagUploadPack.SATISFIEDObjects where we found a path from the want list to a common base.private final RevFlagBasePackFetchConnection.STATELikeBasePackFetchConnection.COMMONbut means its also inBasePackFetchConnection.pckState.private final RevFlagUploadPack.WANTMarked on objects the client has asked us to give them.