Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 6/6] _git: Make --batch(-check) accept an argument
- X-seq: zsh-workers 31865
- From: Øystein Walle <oystwa@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 6/6] _git: Make --batch(-check) accept an argument
- Date: Sun, 20 Oct 2013 19:43:34 +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=WzpoeBx/UYXEWEMErvKRt2pPYCSuPvlYPOKVFiU18gg=; b=aKfNc0MRLHs7EnTtcYMZo8XPA0DPG0BXfHZwvKtnw+j5dKOKpzoq52VSZmi98caUnP AuGRShW26DC3YJG17H8Gy5aQk2ruSibbHhcxLlSbWptjQKYJuupBScBW0fvXNdtugcEO ZsFhTBLwKgAxS2H5k4AdBsvH0XpuMoXBK+1zBvX8U3EdAUL03owMu1m5KV5tkn51ps7W z/XSND1W23MY0xtLDv3WNUGjS4/07xSDLKjyn7kkzKq7Yrzb40dhOlys0RtnbW+lCSqu MPdaOJqnjciW+0a27kpoR09bqudlYCxFzdHkzrfxpU6wfZY/mD25zyGAcjFdkhY1HrOt bj/w==
- In-reply-to: <cover.1382290234.git.oystwa@gmail.com>
- In-reply-to: <cover.1382290234.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.1382290234.git.oystwa@gmail.com>
- References: <cover.1382290234.git.oystwa@gmail.com>
Also reword the explanation slightly to make it more compact since more
explanation is needed.
---
Completion/Unix/Command/_git | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 0f41acb..119a705 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -4192,8 +4192,8 @@ _git-cat-file () {
'(- 1)-e[exit with zero status if object exists]' \
'(- 1)-p[pretty-print given object]' \
'(- 1)--textconv[show content as transformed by a textconv filter]' \
- '(- :)--batch[print SHA1, type, size, and contents of each object provided on stdin]' \
- '(- :)--batch-check[print SHA1, type, and size of each object provided on stdin]' \
+ '(- :)--batch=-[print SHA1, type, size and contents (or in <format>) of objects given on stdin]:format' \
+ '(- :)--batch-check=-[print SHA1, type and size (or in <format>) of objects given on stdin]:format' \
'(-):object type:(blob commit tag tree)' \
': :__git_objects'
}
--
1.8.4.1.516.g1d25dd4
Messages sorted by:
Reverse Date,
Date,
Thread,
Author