Compare commits

...

1 Commits

Author SHA1 Message Date
71ef3dfba5 Update _git-changes to complete more branch names 2018-10-23 18:00:36 +01:00

View File

@@ -1,6 +1,8 @@
#compdef git-changes #compdef git-changes
#description Compare changes on this branch with another. #description Compare changes on this branch with another.
_arguments '1: :__git_remote_branch_names_noprefix' _alternative \
'branches::__git_branch_names' \
'remote-branches::__git_remote_branch_names'
# vim: ft=zsh # vim: ft=zsh