File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,13 @@ complete -c git-forgit -n '__fish_seen_subcommand_from checkout_file' -a "(__fis
5252complete -c git-forgit -n ' __fish_seen_subcommand_from checkout_tag' -a " (__fish_git_tags)" -d Tag
5353complete -c git-forgit -n ' __fish_seen_subcommand_from cherry_pick' -a " (complete -C 'git cherry-pick ')"
5454complete -c git-forgit -n ' __fish_seen_subcommand_from clean' -a " (__fish_git_files untracked ignored)"
55+ complete -c git-forgit -n ' __fish_seen_subcommand_from diff' -a " (complete -C 'git diff ')"
5556complete -c git-forgit -n ' __fish_seen_subcommand_from fixup' -a " (__fish_git_local_branches)"
5657complete -c git-forgit -n ' __fish_seen_subcommand_from log' -a " (complete -C 'git log ')"
5758complete -c git-forgit -n ' __fish_seen_subcommand_from reflog' -a " (complete -C 'git reflog ')"
5859complete -c git-forgit -n ' __fish_seen_subcommand_from rebase' -a " (complete -C 'git rebase ')"
5960complete -c git-forgit -n ' __fish_seen_subcommand_from reset_head' -a " (__fish_git_files all-staged)"
6061complete -c git-forgit -n ' __fish_seen_subcommand_from revert_commit' -a " (__fish_git_commits)"
62+ complete -c git-forgit -n ' __fish_seen_subcommand_from show' -a " (complete -C 'git show ')"
6163complete -c git-forgit -n ' __fish_seen_subcommand_from stash_show' -a " (__fish_git_complete_stashes)"
6264complete -c git-forgit -n ' __fish_seen_subcommand_from stash_push' -a " (__fish_git_files modified deleted modified-staged-deleted)"
You can’t perform that action at this time.
0 commit comments