Add git shortlog completion (#3274)

This commit is contained in:
[Redacted] 2016-08-02 19:34:29 +02:00 committed by Fabian Homborg
parent afa266a7ea
commit 00cb9ce80a

View file

@ -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