mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Add git shortlog
completion (#3274)
This commit is contained in:
parent
afa266a7ea
commit
00cb9ce80a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue