From 56116a763aafc599a3f193223013ae1c243b6904 Mon Sep 17 00:00:00 2001 From: Øystein Walle Date: Tue, 16 Sep 2014 10:28:08 +0200 Subject: 33176: _git: Add missing --list to git-tag --- Completion/Unix/Command/_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index f3d4f6a34..202ada992 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1763,7 +1763,7 @@ _git-tag () { '*:: :__git_ignore_line_inside_arguments __git_tags' \ - listing \ '-n+[limit line output of annotation]: :__git_guard_number "limit"' \ - '-l[list tags matching pattern]' \ + '(-l --list)'{-l,--list}'[list tags matching pattern]' \ '(--no-column)--column=-[display tag listing in columns]::column.tag option:((always\:"always show in columns" never\:"never show in columns" auto\:"show in columns if the output is to the terminal" column\:"fill columns before rows (default)" row\:"fill rows before columns" plain\:"show in one column" dense\:"make unequal size columns to utilize more space" nodense\:"make equal size columns"))' \ '(--column)--no-column[do not display in columns]' \ '--contains=[only list tags which contain the specified commit]: :__git_commits' \ -- cgit 1.4.1