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 RevFlag
RevFlag.SEEN
Set on RevCommit instances added toRevWalk.pending
queue.static final RevFlag
RevFlag.UNINTERESTING
Uninteresting 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 TypeMethodDescriptionboolean
final void
Add a flag to this object.void
Apply a flag to all commits matching the specified filter.void
Apply a flag to all commits matching the specified filter.void
Carry a RevFlag set on this commit to its parents.void
Automatically carry a flag from a child commit to its parents.void
Remove the given flag from all commits.void
Remove the given flag from all commits.void
RevWalk.disposeFlag
(RevFlag flag) Allow a flag to be recycled for a different use.final boolean
Test to see if the flag has been set on this object.int
Find the next commit that has the given flag set.int
RevCommitList.lastIndexOf
(RevFlag flag, int begin) Find the next commit that has the given flag set.final void
Remove a flag from this object.final void
RevWalk.resetRetain
(RevFlag... retainFlags) Resets internal state and allows this instance to be used again.final void
RevWalk.retainOnReset
(RevFlag flag) Preserve a RevFlag during allreset
methods.Method parameters in org.eclipse.jgit.revwalk with type arguments of type RevFlagModifier and TypeMethodDescriptionvoid
RevWalk.carry
(Collection<RevFlag> set) Automatically carry flags from a child commit to its parents.final void
RevWalk.retainOnReset
(Collection<RevFlag> flags) Preserve a set of RevFlags during allreset
methods.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