From dead6873dba03c40a297d1452a8c6bac309cf5e0 Mon Sep 17 00:00:00 2001 From: spacewander Date: Tue, 1 Nov 2016 10:24:12 +0800 Subject: [PATCH] Add git-reauthor to completion script --- etc/git-extras-completion.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/git-extras-completion.zsh b/etc/git-extras-completion.zsh index 03d760d..09be7a1 100644 --- a/etc/git-extras-completion.zsh +++ b/etc/git-extras-completion.zsh @@ -391,6 +391,7 @@ zstyle ':completion:*:*:git:*' user-commands \ pr:'checks out a pull request locally' \ psykorebase:'rebase a branch with a merge commit' \ pull-request:'create pull request to GitHub project' \ + reauthor:'replace the author and/or committer identities in commits and tags' \ rebase-patch:'rebases a patch' \ refactor:'create refactor branch' \ release:'commit, tag and push changes to the repository' \