mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
completions/git: Add some options for init.defaultBranch
[ci skip]
This commit is contained in:
@@ -2138,6 +2138,8 @@ function __fish_git_complete_key_values
|
||||
switch $config_key
|
||||
case diff.algorithm
|
||||
printf "%s\n" myers patience histogram minimal
|
||||
case init.defaultBranch
|
||||
printf "%s\n" master main trunk dev next
|
||||
case '*'
|
||||
__fish_complete_path
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user