Structs§
- Filter
Tree Args - Arguments for filtering a Git tree by glob patterns.
Enums§
- Output
Format - Output format for
print_tree.
Functions§
- filter_
tree - Core filter-tree operation: resolve the treeish, filter by patterns, and return the OID of the resulting tree. This is the reusable building-block that both the plumbing binary and the porcelain CLI can call.
- print_
tree - Print a tree according to the requested output format.
- run
- Run the full plumbing command: filter and print.