mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
git: completion for git commit --edit
This commit is contained in:
parent
d917b89009
commit
e0266067c4
1 changed files with 1 additions and 0 deletions
|
@ -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' -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 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 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
|
# TODO options
|
||||||
|
|
||||||
### count-objects
|
### count-objects
|
||||||
|
|
Loading…
Reference in a new issue