Skip to main content

Module exe

Module exe 

Source

Structs§

FilterTreeArgs
Arguments for filtering a Git tree by glob patterns.

Enums§

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