[][src]Module supergit::files

File tree abstractions

The supergit files API is split into two parts: FileTree, which is mostly used internally and only exposed to allow external tools to rely on the same indexing mechanism as supergit, and Explorer, which is a high-level API for loading trees for specific commits.

Structs

Explorer

A dynamic tree explorer

FileTree

A git directory tree walker abstraction

TreeEntry

An entry in a commit tree

Yield

Enums

EntryType

Type of a TreeEntry

YieldType