Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: add --work-tree option to git completion
- X-seq: zsh-workers 26360
- From: Doug Kearns <dougkearns@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: add --work-tree option to git completion
- Date: Mon, 19 Jan 2009 13:43:24 +1100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=Q/vGOccRxSUO7I8hJMLtDzTvd1tWDrh/WhckdD8SQEE=; b=ehD3pwXsgGA6rI8WPEOIvwgT04Obfw+fMdRe0QUYb7rDGxvPNeUxdscYxiq/xNB6+3 ktESTtSy+YdbcgCSiCAqd+KVdC6Ry0bbFJRkd/mBPm10BJHCtfoJ4SNKr6RwQoxEnVE6 o59frgqRIS5c3ttN7OM+cBlMyzRBbPxu/RLIo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=trb8/kq2VxOETtE9uGyHmgX5r44hcnopWSYIA0QKmuJUqztvS9nlZSHhNDrz9NBUua AYJeuqZUaYqNgtKbZbSyNR3MImL85wqpGf/KGhqPgp5ion52ja/wFUUeVbGvVe98pgKP 0cudP79KrmdAdQUxica9insqCYOXoWoWM+Myg=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Index: Completion/Unix/Command/_git
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_git,v
retrieving revision 1.108
diff -u -r1.108 _git
--- Completion/Unix/Command/_git 9 Dec 2008 00:44:50 -0000 1.108
+++ Completion/Unix/Command/_git 18 Jan 2009 15:11:21 -0000
@@ -4306,6 +4306,7 @@
'(-p --paginate)'{-p,--paginate}'[pipe output into $PAGER]' \
'--no-pager[do not pipe git output into a pager]' \
'--git-dir=-[path to repository]:directory:_directories' \
+ '--work-tree=-[path to working tree]:directory:_directories' \
'--bare[use $PWD as repository]' \
'*::arg:->cmd_or_options' && return
case $state in
Messages sorted by:
Reverse Date,
Date,
Thread,
Author