mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 08:56:43 +08:00
git: allow path completion after git reset --
This commit is contained in:
parent
61a90deb8f
commit
d370adf5fe
|
@ -1992,7 +1992,7 @@ complete -c git -n '__fish_git_using_command reset' -n 'not contains -- -- (comm
|
|||
# or remove files from the staging area.
|
||||
# Deleted files seem to need a "--" separator.
|
||||
complete -f -c git -n '__fish_git_using_command reset' -n 'not contains -- -- (commandline -xpc)' -a '(__fish_git_files all-staged modified)'
|
||||
complete -f -c git -n '__fish_git_using_command reset' -n 'contains -- -- (commandline -xpc)' -a '(__fish_git_files all-staged deleted modified)'
|
||||
complete -F -c git -n '__fish_git_using_command reset' -n 'contains -- -- (commandline -xpc)'
|
||||
complete -f -c git -n '__fish_git_using_command reset' -n 'not contains -- -- (commandline -xpc)' -a '(__fish_git_reflog)' -d Reflog
|
||||
# TODO options
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user