Skip to content

Add git rev-parse completions#291

Open
rasitakyol wants to merge 1 commit into
warpdotdev:mainfrom
rasitakyol:codex/gh12319-git-rev-parse-completions
Open

Add git rev-parse completions#291
rasitakyol wants to merge 1 commit into
warpdotdev:mainfrom
rasitakyol:codex/gh12319-git-rev-parse-completions

Conversation

@rasitakyol

@rasitakyol rasitakyol commented Jul 16, 2026

Copy link
Copy Markdown

Summary

  • add a git rev-parse signature with an optional variadic revision argument
  • suggest local branches, remote branches, commits, and tags
  • preserve the existing handwritten git.json signature structure

Closes #292.
Closes warpdotdev/warp#12319.

Testing

  • ./script/presubmit (format, clippy, 76 tests, and doc tests)
  • manual end-to-end verification in a local Warp build using this checkout as the command-signatures dependency

Screenshot

git-rev-parse-completions

The completion menu shows the current branch, local and remote branches, a commit, and a tag for git rev-parse.

@cla-bot cla-bot Bot added the cla-signed label Jul 16, 2026
@rasitakyol
rasitakyol marked this pull request as ready for review July 16, 2026 08:35
@oz-for-oss

oz-for-oss Bot commented Jul 16, 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 #292 and linked it from this PR with Closes #292. The issue is now awaiting the maintainer-applied ready-to-implement label; once that is set, I will re-trigger /oz-review.

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 rev-parse completions Add git rev-parse completions

1 participant