File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -1411,6 +1411,7 @@ complete -f -c git -n '__fish_git_using_command describe' -l first-parent -d 'Fo
1411
1411
complete -c git -n __fish_git_needs_command -a diff -d ' Show changes between commits and working tree'
1412
1412
complete -c git -n ' __fish_git_using_command diff' -n ' not contains -- -- (commandline -xpc)' -ka ' (__fish_git_ranges)'
1413
1413
complete -c git -n ' __fish_git_using_command diff' -n ' not contains -- -- (commandline -xpc)' -ka ' (__fish_git_complete_stashes)'
1414
+ complete -c git -n ' __fish_git_using_command diff' -n ' not contains -- -- (commandline -xpc)' -ka ' (__fish_git_recent_commits --all)'
1414
1415
complete -c git -n ' __fish_git_using_command diff' -l cached -d ' Show diff of changes in the index'
1415
1416
complete -c git -n ' __fish_git_using_command diff' -l staged -d ' Show diff of changes in the index'
1416
1417
complete -c git -n ' __fish_git_using_command diff' -l no-index -d ' Compare two paths on the filesystem'
You can’t perform that action at this time.
0 commit comments