Skip to main content

Module tree

Module tree 

Source

Structs§

Blob
A tracked file or symlink in a commit’s tree.
Listing
Everything one commit’s tree contains, indexed by path.

Constants§

ATTRIBUTES_FILE
The name git gives the per-directory attributes file.

Functions§

directory_of
The directory part of a path, including the trailing slash. Empty at the root.
is_attributes_file
Whether a repository-relative path names a per-directory attributes file.
parse
Parses the NUL-separated records git ls-tree -r -t -z writes.