mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 01:34:00 +08:00
completions/git: Fix error with git config
This passed "--get" when it should have been "get". Fixes #6000. [ci skip]
This commit is contained in:
parent
2f86c3d447
commit
9e6ae1cbef
|
@ -1695,7 +1695,7 @@ complete -f -c git -n '__fish_git_using_command config' -s z -l null -d 'Termina
|
|||
complete -f -c git -n '__fish_git_using_command config' -l name-only -d 'Show variable names only'
|
||||
complete -f -c git -n '__fish_git_using_command config' -l includes -d 'Respect include directives'
|
||||
complete -f -c git -n '__fish_git_using_command config' -l show-origin -d 'Show origin of configuration'
|
||||
complete -f -c git -n '__fish_git_using_command config; and __fish_seen_argument --get' -l default -d 'Use default value when missing entry'
|
||||
complete -f -c git -n '__fish_git_using_command config; and __fish_seen_argument get' -l default -d 'Use default value when missing entry'
|
||||
|
||||
complete -c git -n '__fish_prev_arg_in bisect' -xa "help start bad good new old terms skip next reset visualize view replay log run"
|
||||
complete -c git -n '__fish_git_using_command bisect; and __fish_seen_argument --' -xa "(__fish_complete_suffix)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user