7 lines
131 B
Bash
7 lines
131 B
Bash
#compdef git-changes
|
|
#description Compare changes on this branch with another.
|
|
|
|
_arguments '1: :__git_branch_names'
|
|
|
|
# vim: ft=zsh
|