mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
completions/git: Add git branch --edit-description
(#10512)
* completions/git: Add `git branch --edit-description`
This commit is contained in:
parent
2fa98ec20c
commit
fa0c585662
1 changed files with 1 additions and 0 deletions
|
@ -1272,6 +1272,7 @@ complete -f -c git -n '__fish_git_using_command branch' -l set-upstream-to -d 'S
|
|||
complete -f -c git -n '__fish_git_using_command branch' -l merged -d 'List branches that have been merged'
|
||||
complete -f -c git -n '__fish_git_using_command branch' -l no-merged -d 'List branches that have not been merged'
|
||||
complete -f -c git -n '__fish_git_using_command branch' -l unset-upstream -d 'Remove branch upstream information'
|
||||
complete -f -c git -n '__fish_git_using_command branch' -l edit-description -d 'Edit branch description in editor'
|
||||
complete -f -c git -n '__fish_git_using_command branch' -l contains -d 'List branches that contain the specified commit' -xa '(__fish_git_commits)'
|
||||
complete -f -c git -n '__fish_git_using_command branch' -l no-contains -d 'List branches that don\'t contain the specified commit' -xa '(__fish_git_commits)'
|
||||
|
||||
|
|
Loading…
Reference in a new issue