mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
parent
ca159ae4b8
commit
728dd25665
1 changed files with 2 additions and 0 deletions
|
@ -1241,6 +1241,8 @@ complete -f -c git -n '__fish_git_using_command rebase' -l root -d 'Rebase all r
|
|||
complete -f -c git -n '__fish_git_using_command rebase' -l autosquash -d 'Automatic squashing'
|
||||
complete -f -c git -n '__fish_git_using_command rebase' -l no-autosquash -d 'No automatic squashing'
|
||||
complete -f -c git -n '__fish_git_using_command rebase' -l no-ff -d 'No fast-forward'
|
||||
# This actually takes script for $SHELL, but completing that is... complicated.
|
||||
complete -r -c git -n '__fish_git_using_command rebase' -l exec -d 'Execute shellscript'
|
||||
|
||||
### reset
|
||||
complete -c git -n '__fish_git_needs_command' -a reset -d 'Reset current HEAD to the specified state'
|
||||
|
|
Loading…
Reference in a new issue