Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion git.fish
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ complete -f -c git -n '__fish_git_flow_using_command hotfix finish' -s m -d 'Use
complete -f -c git -n '__fish_git_flow_using_command hotfix finish' -s p -d 'Push to $ORIGIN after performing finish'
complete -f -c git -n '__fish_git_flow_using_command hotfix finish' -a '(__fish_git_flow_branches hotfix)' -d 'Hotfix branch'

complete -f -c git -n '__fish_git_flow_using_command hotfix' -a delete -d 'Delete a feature branch'
complete -f -c git -n '__fish_git_flow_using_command hotfix' -a delete -d 'Delete a hotfix branch'
complete -f -c git -n '__fish_git_flow_using_command hotfix delete' -s f -d 'Force deletion'
complete -f -c git -n '__fish_git_flow_using_command hotfix delete' -s r -d 'Delete remote branch'
complete -f -c git -n '__fish_git_flow_using_command hotfix delete' -a '(__fish_git_flow_branches hotfix)' -d 'Hotfix branch'
Expand Down