1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

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]' \
}