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 --- ChangeLog | 3 +++ Completion/Unix/Command/_git | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a40b5d444..42173e04b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * 33179: Completion/Unix/Command/_git: _git: updates for Git 2.0.0 + * 33176: Completion/Unix/Command/_git: _git: Add missing --list to + git-tag + 2014-09-23 Peter Stephenson * unposted: NEWS: more minor tweaks. 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