diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Completion/Unix/Command/_git | 2 |
2 files changed, 4 insertions, 1 deletions
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 <p.w.stephenson@ntlworld.com> * 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' \ |