Skip to content

Commit

Permalink
Merge pull request #896 from Aloxaf/fix_completion
Browse files Browse the repository at this point in the history
fix: zsh completion of git-coauthor command
  • Loading branch information
spacewander authored Nov 27, 2020
2 parents 444722c + e92d54c commit 6b45d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/git-extras-completion.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ zstyle ':completion:*:*:git:*' user-commands $existing_user_commands \
chore:'create chore branch' \
clear-soft:'soft clean up a repository' \
clear:'rigorously clean up a repository' \
coauthor: 'add a co-author to the last commit' \
coauthor:'add a co-author to the last commit' \
commits-since:'show commit logs since some date' \
contrib:'show user contributions' \
count:'show commit count' \
Expand Down

0 comments on commit 6b45d43

Please sign in to comment.