mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 02:13:38 +08:00
Add completions for git-revert sequencer subcommands
This commit is contained in:
parent
15fdfb5afe
commit
0abbd2bc2f
|
@ -1606,6 +1606,9 @@ complete -c git -n '__fish_git_using_command rev-parse' -l abbrev-ref -d 'A non-
|
|||
### revert
|
||||
complete -f -c git -n __fish_git_needs_command -a revert -d 'Revert an existing commit'
|
||||
complete -f -c git -n '__fish_git_using_command revert' -ka '(__fish_git_commits)'
|
||||
complete -f -c git -n '__fish_git_using_command revert' -l continue -d 'Continue the operation in progress'
|
||||
complete -f -c git -n '__fish_git_using_command revert' -l abort -d 'Cancel the operation'
|
||||
complete -f -c git -n '__fish_git_using_command revert' -l skip -d 'Skip the current commit and continue with the rest of the sequence'
|
||||
# TODO options
|
||||
|
||||
### rm
|
||||
|
|
Loading…
Reference in New Issue
Block a user