Uses of Class
org.eclipse.jgit.revwalk.RevTree
Packages that use RevTree
Package
Description
Comparing file contents by computing diffs.
Core API for repository, config, refs, object database.
Content and commit history merge algorithms.
Git notes processing (for commits, etc).
Patch file parser and data structure.
Walking revision graphs (commit history).
Walking and comparing directory/file trees (of commits, file system).
-
Uses of RevTree in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff with parameters of type RevTree -
Uses of RevTree in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type RevTree -
Uses of RevTree in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge declared as RevTreeModifier and TypeFieldDescriptionprotected RevTree[]
Merger.sourceTrees
The trees matching every entry inMerger.sourceObjects
.Methods in org.eclipse.jgit.merge with parameters of type RevTreeModifier and TypeMethodDescriptionprotected boolean
ResolveMerger.mergeTrees
(AbstractTreeIterator baseTree, RevTree headTree, RevTree mergeTree, boolean ignoreConflicts) The resolve conflict way of three way merging -
Uses of RevTree in org.eclipse.jgit.notes
Methods in org.eclipse.jgit.notes with parameters of type RevTreeModifier and TypeMethodDescriptionstatic NoteMap
NoteMap.read
(ObjectReader reader, RevTree tree) Load a collection of notes from a tree. -
Uses of RevTree in org.eclipse.jgit.patch
Constructors in org.eclipse.jgit.patch with parameters of type RevTreeModifierConstructorDescriptionPatchApplier
(Repository repo, RevTree beforeTree, ObjectInserter oi) -
Uses of RevTree in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk declared as RevTreeMethods in org.eclipse.jgit.revwalk that return RevTreeModifier and TypeMethodDescriptionfinal RevTree
RevCommit.getTree()
Get a reference to this commit's tree.RevWalk.lookupTree
(AnyObjectId id) Locate a reference to a tree without loading it.RevWalk.parseTree
(AnyObjectId id) Locate a reference to a tree. -
Uses of RevTree in org.eclipse.jgit.treewalk
Methods in org.eclipse.jgit.treewalk with parameters of type RevTreeModifier and TypeMethodDescriptionstatic TreeWalk
TreeWalk.forPath
(Repository db, String path, RevTree tree) Open a tree walk and filter to exactly one path.