Fix changelog --list completion bug

This commit is contained in:
Alexis GRIMALDI 2012-07-20 16:46:30 +02:00
parent 46b88b6a5a
commit 1e1e0fa44d

View File

@ -95,7 +95,7 @@ __git_author_names() {
_git-changelog() {
_arguments \
'(-l --list)'{-l, --list}'[list commits]' \
'(-l --list)'{-l,--list}'[list commits]' \
}