Uses of Class
org.eclipse.jgit.revwalk.RevTree
Packages that use RevTree
Package
Description
High-level API commands (the porcelain of JGit).
Comparing file contents by computing diffs.
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).
Walking revision graphs (commit history).
Transport (fetch/push) for different protocols.
Walking and comparing directory/file trees (of commits, file system).
-
Uses of RevTree in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return RevTreeMethods in org.eclipse.jgit.api with parameters of type RevTreeModifier and TypeMethodDescriptionprivate void
StashApplyCommand.resetIndex
(RevTree tree) private void
StashApplyCommand.resetUntracked
(RevTree tree) -
Uses of RevTree in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff with parameters of type RevTreeModifier and TypeMethodDescriptionvoid
Format the differences between two trees.private AbstractTreeIterator
DiffFormatter.makeIteratorFromTreeOrNull
(RevTree tree) Determine the differences between two trees. -
Uses of RevTree in org.eclipse.jgit.internal.storage.pack
Constructor parameters in org.eclipse.jgit.internal.storage.pack with type arguments of type RevTreeModifierConstructorDescription(package private)
BaseSearch
(ProgressMonitor countingMonitor, Set<RevTree> bases, ObjectIdOwnerMap<ObjectToPack> objects, List<ObjectToPack> edges, ObjectReader or) -
Uses of RevTree in org.eclipse.jgit.junit
Methods in org.eclipse.jgit.junit that return RevTreeModifier and TypeMethodDescriptionTestRepository.tree
(DirCacheEntry... entries) Construct a tree from a specific listing of file entries.Methods in org.eclipse.jgit.junit with parameters of type RevTreeModifier and TypeMethodDescriptionCreate a new commit.Create a new commit.Lookup an entry stored in a tree, failing if not present.TestRepository.unparsedCommit
(int secDelta, RevTree tree, ObjectId... parents) Create a new, unparsed commit. -
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 TypeFieldDescriptionprivate RevTree
ThreeWayMerger.baseTree
protected 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.pgm
Methods in org.eclipse.jgit.pgm with parameters of type RevTree -
Uses of RevTree in org.eclipse.jgit.pgm.opt
Constructor parameters in org.eclipse.jgit.pgm.opt with type arguments of type RevTreeModifierConstructorDescriptionRevTreeHandler
(org.kohsuke.args4j.CmdLineParser parser, org.kohsuke.args4j.OptionDef option, org.kohsuke.args4j.spi.Setter<? super RevTree> setter) Create a new handler for the command name. -
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.Methods in org.eclipse.jgit.revwalk with parameters of type RevTree -
Uses of RevTree in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport with parameters of type RevTreeModifier and TypeMethodDescriptionprivate void
WalkFetchConnection.markTreeComplete
(RevTree 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.