Uses of Class
org.eclipse.jgit.treewalk.TreeWalk

Packages that use TreeWalk
Package
Description
High-level API commands (the porcelain of JGit).
Support for reading .gitattributes.
Computing blame/annotate information of files.
Comparing file contents by computing diffs.
Reading and editing the directory cache (index).
 
Core API for repository, config, refs, object database.
Content and commit history merge algorithms.
 
 
Walking revision graphs (commit history).
Git submodule support.
Transport (fetch/push) for different protocols.
Walking and comparing directory/file trees (of commits, file system).
Filters for use in tree walking.