Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 2/5] _git: Add missing --list to git-tag
- X-seq: zsh-workers 33176
- From: Øystein Walle <oystwa@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 2/5] _git: Add missing --list to git-tag
- Date: Tue, 16 Sep 2014 10:28:08 +0200
- Cc: Øystein Walle <oystwa@xxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=fyMTQ+6LpiYhSNH7U7VZoepfyONnd3WKeaAR6ALyK6s=; b=kzaN/GO6XynXbyazb7ETMCgPsBTCRfNZ1gdB0vd2rpVAGuBA1UxrvgueGepjBr0I2h X+6wGzNsrQJ800XjZrW4ekPrM/LhRowR3oqMDmll/xxyu9BAj+LTrVQvc6S/771N6xAz fgf4SRvkUzaXFXohNb37VDJ2eotGSjCh8amLDTlMgVNX3jh6c9xkXtjpgn9lCbj40HF5 on010JGu0q5DuNES4dlgOzyleewjvp/3DY2DafUE1sV0kIJZwyo9JLEhp7wARzLuBD3z HNzF9tjqfcmP+zAbfPJ3wF5QsAkAy395GXZ8Y+35sfY3QPoieV1v4VWJ9dWDryvk/xN/ tkjQ==
- In-reply-to: <cover.1410851605.git.oystwa@gmail.com>
- In-reply-to: <cover.1410851605.git.oystwa@gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <cover.1410851605.git.oystwa@gmail.com>
- References: <cover.1410851605.git.oystwa@gmail.com>
---
Completion/Unix/Command/_git | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index f3d4f6a..202ada9 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' \
--
2.1.0
Messages sorted by:
Reverse Date,
Date,
Thread,
Author