From ac47100a7d89d53fa2c44c7de692617741387f38 Mon Sep 17 00:00:00 2001 From: Daniel Bergmann Date: Sat, 7 May 2016 03:05:44 -0700 Subject: [PATCH] Add tags to completion list for git show. (#2998) --- share/completions/git.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/completions/git.fish b/share/completions/git.fish index d47d059a8..d8e7b1a83 100644 --- a/share/completions/git.fish +++ b/share/completions/git.fish @@ -245,6 +245,7 @@ complete -f -c git -n "__fish_git_using_command remote; and __fish_seen_subcomma complete -f -c git -n '__fish_git_needs_command' -a show -d 'Shows the last commit of a branch' complete -f -c git -n '__fish_git_using_command show' -a '(__fish_git_branches)' -d 'Branch' complete -f -c git -n '__fish_git_using_command show' -a '(__fish_git_unique_remote_branches)' -d 'Remote branch' +complete -f -c git -n '__fish_git_using_command show' -a '(__fish_git_tags)' --description 'Tag' complete -f -c git -n '__fish_git_using_command show' -a '(__fish_git_commits)' # TODO options