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 -zwrites.