Warp issue warpdotdev/warp#12321 requests completion metadata for git read-tree. The command-signatures repository currently has no read-tree subcommand entry, so Warp cannot suggest its documented flags or tree-ish references.
The command-signatures package should add a focused git read-tree signature that covers the documented options and reuses the existing local branch, remote branch, ref, and tag generators for the optional tree-ish arguments.
An implementation is available in #296, including package presubmit coverage and manual verification in a local Warp build. The upstream Warp issue is already labeled ready-to-implement.
Warp issue warpdotdev/warp#12321 requests completion metadata for
git read-tree. The command-signatures repository currently has noread-treesubcommand entry, so Warp cannot suggest its documented flags or tree-ish references.The command-signatures package should add a focused
git read-treesignature that covers the documented options and reuses the existing local branch, remote branch, ref, and tag generators for the optional tree-ish arguments.An implementation is available in #296, including package presubmit coverage and manual verification in a local Warp build. The upstream Warp issue is already labeled
ready-to-implement.