zsh:auto,comp: Add git-signoff function
Add `git-signoff` to signoff commits in given range. Reuse the `_git-rebase` completion function for `git-signoff`.
This commit is contained in:
@@ -39,6 +39,7 @@ compdef nvim-man=man
|
||||
compdef _git-log glog
|
||||
compdef _git-checkout git-checkout-worktree
|
||||
compdef _git-commit git-commit-last-msg
|
||||
compdef _git-rebase git-signoff
|
||||
# Run git's completion once to avoid a `command not found` error when using the
|
||||
# completion functions on other programs without having completed something for
|
||||
# git before in the same session.
|
||||
|
||||
Reference in New Issue
Block a user