Expand description
Definition for a file system consisting of Directory
and File
.
A Directory
is expected to be a non-empty tree of directories and files.
See Directory
for more information.
Modules§
Structs§
- Directory
- A
Directory
is the representation of a file system directory, for a givengit
tree. - Entries
- A representations of a
Directory
’s entries. - File
- A
File
in a git repository. - File
Content - The contents of a
File
. - Submodule
- A representation of a Git submodule when encountered in a Git repository.