Skip to content

Add git read-tree completions#296

Open
rasitakyol wants to merge 1 commit into
warpdotdev:mainfrom
rasitakyol:rasitakyol/gh12321-git-read-tree
Open

Add git read-tree completions#296
rasitakyol wants to merge 1 commit into
warpdotdev:mainfrom
rasitakyol:rasitakyol/gh12321-git-read-tree

Conversation

@rasitakyol

@rasitakyol rasitakyol commented Jul 19, 2026

Copy link
Copy Markdown

Summary

  • Add completions for git read-tree.
  • Cover the documented read-tree flags, including prefix/index-output and submodule controls.
  • Reuse the existing branch, remote branch, ref, and tag generators for the optional variadic tree-ish argument.

Linked issues

Closes #297

Upstream request: warpdotdev/warp#12321

Testing

  • ./script/presubmit
  • cargo test -p warp-command-signatures --lib (66/66)
  • git diff --check
  • Manually verified git read-tree <Tab> in a local Warp build using this checkout.

Screenshot

Warp showing git read-tree branch completions from the local command-signatures build

Co-Authored-By: Warp <agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label Jul 19, 2026
@rasitakyol
rasitakyol marked this pull request as ready for review July 19, 2026 07:53
@oz-for-oss

oz-for-oss Bot commented Jul 19, 2026

Copy link
Copy Markdown

@rasitakyol

Every PR must be linked to a same-repo issue before Oz can review it.

Next step: open or find a same-repo issue describing this change, then link it to this PR by adding Closes #123 to the PR description (or using the "Development" sidebar on GitHub). A maintainer will mark the issue ready-to-implement when it is ready. Once it is marked, comment /oz-review to re-trigger review.

Powered by Oz

@oz-for-oss oz-for-oss Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rasitakyol

Every PR must be linked to a same-repo issue before Oz can review it.

Next step: open or find a same-repo issue describing this change, then link it to this PR by adding Closes #123 to the PR description (or using the "Development" sidebar on GitHub). A maintainer will mark the issue ready-to-implement when it is ready. Once it is marked, comment /oz-review to re-trigger review.

Powered by Oz

@rasitakyol

Copy link
Copy Markdown
Author

Addressed the same-repository issue requirement: I created #297 and updated this PR to link it with Closes #297, while retaining warpdotdev/warp#12321 as the upstream request.

Issue #297 is now undergoing Oz triage and awaiting the maintainer-applied ready-to-implement label. I will re-trigger /oz-review once that readiness gate is satisfied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add git read-tree completions

1 participant