mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 15:26:16 -04:00
Fix: bash completions for reword
This commit is contained in:
parent
fd373ba6c2
commit
c9d047bf16
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue