Skip to content

Commit

Permalink
Add "--name-only" to "git diff" autocomplete (#2128)
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksey Tsalolikhin <[email protected]>
  • Loading branch information
atsalolikhin-spokeo and atsaloli authored Oct 27, 2023
1 parent a47448e commit 707300d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6073,6 +6073,10 @@ const completionSpec: Fig.Spec = {
description:
"Shows number of added and deleted lines in decimal notation",
},
{
name: "--name-only",
description: "Show only names of changed files",
},
{
name: "--shortstat",
description:
Expand Down

0 comments on commit 707300d

Please sign in to comment.