Fix: bash completions for reword

This commit is contained in:
sandroid 2025-07-15 21:32:38 +02:00
parent fd373ba6c2
commit 05fc6f8b6d
No known key found for this signature in database
GPG key ID: 91418C9982B8B76E

View file

@ -163,7 +163,7 @@ then
__git_complete "${forgit_rebase}" _git_rebase
__git_complete "${forgit_reset_head}" _git_reset
__git_complete "${forgit_revert_commit}" _git_revert
__git_complete "${forgit_reword_commit}" _git_branch
__git_complete "${forgit_reword}" _git_branch
__git_complete "${forgit_show}" _git_show
__git_complete "${forgit_squash}" _git_branch
__git_complete "${forgit_stash_show}" _git_stash_show