Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] git add -p file completion
- X-seq: zsh-workers 26799
- From: Nikolai Weibull <now@xxxxxxxx>
- To: Simon Ruderich <simon@xxxxxxxxxxxx>
- Subject: Re: [PATCH] git add -p file completion
- Date: Tue, 31 Mar 2009 20:24:17 +0200
- Cc: zsh-workers@xxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=tBugHGQA6/RMz96/Zu6iG+TiylYfx+33GV8P8JoFQiI=; b=fbPG2bZTmhKcBORl6+0TFl5WASrzBXX6eaPIXGUWbgvJFkvYHBhR05PfAJdF43wyGI Q+RKlbUPabXk2+dYA9jZ/Z7VWqv7Ak7phCmpDN+XrNKrgByKyG8pedK6Ij0S7J3Vxhj9 a1y4JQeVoauDEukwC4OBzaTGaQ6N7ZyX6RBK4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=pd0BoXwQN2w2RGRdZDqdKfhWORYYp+PiY2ZJkvHuMLpLa71Yc3qc8lYvzV4AjnSGu5 sZybhQI724cyjBJ9GWsJ1j5+IoiqtKNx23vgHgCUXGVUVidpKuSqIRVwPFngYvFRJ1H/ MJlU3S2b2jw7xlc3dvnF8IEuQ/LGtDCVeDr6M=
- In-reply-to: <20090331160447.GA29762@xxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20090331160447.GA29762@xxxxxxxxxxxx>
- Sender: nikolai.weibull@xxxxxxxxx
On Tue, Mar 31, 2009 at 18:04, Simon Ruderich <simon@xxxxxxxxxxxx> wrote:
> - - '(-p --patch : -)'{-p,--patch}'[like -i but go directly into patch mode for specified files]' \
> + '(-p --patch)'{-p,--patch}'[like -i but go directly into patch mode for specified files]' \
> By the way, is the usage of : - documented somewhere in the
> completion man page? I couldn't find it.
Yes, just search for _arguments and read up on it.
By the way, -A and -u are mutually exclusive. Care to create a patch
for that as well?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author