mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 11:22:52 +08:00
git: completion for git commit --edit
This commit is contained in:
parent
d917b89009
commit
e0266067c4
|
@ -1367,6 +1367,7 @@ complete -f -c git -n '__fish_git_using_command commit' -s s -l signoff -d 'Appe
|
|||
complete -f -c git -n '__fish_git_using_command commit' -l no-signoff -d 'Do not append Signed-off-by trailer to commit message'
|
||||
complete -f -c git -n '__fish_git_using_command commit' -s C -l reuse-message -d 'Reuse log message and authorship of an existing commit'
|
||||
complete -f -c git -n '__fish_git_using_command commit' -s c -l reedit-message -d 'Like --reuse-message, but allow editing commit message'
|
||||
complete -f -c git -n '__fish_git_using_command commit' -s e -l edit -d 'Further edit the message taken from -m, -C, or -F'
|
||||
# TODO options
|
||||
|
||||
### count-objects
|
||||
|
|
Loading…
Reference in New Issue
Block a user