diff --git a/share/completions/git.fish b/share/completions/git.fish index 268094b76..909f0fabe 100644 --- a/share/completions/git.fish +++ b/share/completions/git.fish @@ -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