From 00cb9ce80a1f0e2a1ad373a77cab1de7d156a9ff Mon Sep 17 00:00:00 2001 From: "[Redacted]" Date: Tue, 2 Aug 2016 19:34:29 +0200 Subject: [PATCH] Add `git shortlog` completion (#3274) --- share/completions/git.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/completions/git.fish b/share/completions/git.fish index 807ae3f4e..17f48b48d 100644 --- a/share/completions/git.fish +++ b/share/completions/git.fish @@ -424,6 +424,7 @@ complete -f -c git -n '__fish_git_needs_command' -a init -d 'Create an empty git ### log complete -c git -n '__fish_git_needs_command' -a log -d 'Show commit logs' complete -c git -n '__fish_git_using_command log' -a '(__fish_git_refs) (__fish_git_ranges)' -d 'Branch' +complete -c git -n '__fish_git_needs_command' -a shortlog -d 'Show commit shortlog' # TODO options ### merge