From 3b35ed03cff351dd3c529365bd6a614ecd8c2194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C5=9Fit=20Akyol?= Date: Thu, 16 Jul 2026 09:56:20 +0300 Subject: [PATCH] Add git rev-parse completions --- command-signatures/json/git.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/command-signatures/json/git.json b/command-signatures/json/git.json index 2cf30392..39e32a54 100644 --- a/command-signatures/json/git.json +++ b/command-signatures/json/git.json @@ -5711,6 +5711,21 @@ } ] }, + { + "name": "rev-parse", + "description": "Pick out and massage parameters", + "args": { + "name": "revision", + "isOptional": true, + "isVariadic": true, + "generatorName": [ + "local_branches", + "remote_branches", + "commits", + "tags" + ] + } + }, { "name": "clone", "description": "Clone a repository into a new directory",