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",