Skip to content

Commit 52e0924

Browse files
committed
Wire branch completion into git diff argument positions
Add local_branches and remote_branches generators to git diff's args, so that branch names appear in the completions dropdown alongside commits and changed files. Closes APP-3484 Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 1627080 commit 52e0924

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

command-signatures/json/git.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4486,6 +4486,8 @@
44864486
}
44874487
],
44884488
"generatorName": [
4489+
"local_branches",
4490+
"remote_branches",
44894491
"commits",
44904492
"get_changed_or_tracked_files"
44914493
],

0 commit comments

Comments
 (0)