git: completion for git commit --edit

This commit is contained in:
Lzu Tao 2024-06-17 00:56:42 +07:00 committed by Xiretza
parent d917b89009
commit e0266067c4

View File

@ -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