Uses of Class
org.eclipse.jgit.revwalk.RevFlag
Packages that use RevFlag
Package
Description
Computing blame/annotate information of files.
Walking revision graphs (commit history).
Filters for use in revision walking.
-
Uses of RevFlag in org.eclipse.jgit.blame
Methods in org.eclipse.jgit.blame that return RevFlag -
Uses of RevFlag in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk declared as RevFlagModifier and TypeFieldDescriptionstatic final RevFlagRevFlag.SEENSet on RevCommit instances added toRevWalk.pendingqueue.static final RevFlagRevFlag.UNINTERESTINGUninteresting byRevWalk.markUninteresting(RevCommit).Methods in org.eclipse.jgit.revwalk that return RevFlagModifier and TypeMethodDescriptionDepthWalk.getDeepenNotFlag()Get deepen-not flagDepthWalk.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 TypeMethodDescriptionbooleanfinal voidAdd a flag to this object.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