From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14496 invoked by alias); 17 May 2011 13:02:20 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29304 Received: (qmail 19172 invoked from network); 17 May 2011 13:02:17 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.160.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=S39RvT/r/lnPMPH/83PhsaUjXFxRkwvkRrlVzVKsSDc=; b=NcIiIqVpHp2ZTjbkJ5WTR53cn1AEqc9wuZGQH2butc4SYkByNidouAcsJ6qH/rmuhy 6MxsXf5eNu5zYLEYAQ+N0pzoQor5MNkTJbTBtMJvNSmnLUUAHAo1LWumTn+QveWCbAYr 4mqtVOjOX7wjqDRnBQ49NQzSAsiDXtH0DA8jU= 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=inSuMz5E/+bWV3cg/QNOzSQJ+v8FPd8mtJroA8amMi6exIjfTjbok9bUe4ijUl1lfq Ovwk4EoYFP2YtkVkjtjE3FLYZ+j4y/SS4PA+itNOKuhGYKJ4BbyIKr+Gd+DxqV2Fe9Ui CW7htnfMc2etEz2m/jHuRhxxih1NExUnmdMMY= MIME-Version: 1.0 Sender: nikolai.weibull@gmail.com In-Reply-To: References: Date: Tue, 17 May 2011 15:02:13 +0200 X-Google-Sender-Auth: QOe7NULES8Lwk0IRPjcZvyQn-Lk Message-ID: Subject: Re: nits with new _git From: Nikolai Weibull To: Mikael Magnusson Cc: zsh workers Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sat, May 14, 2011 at 03:46, Mikael Magnusson wrote: > Also noticed now, some options that take numbers just show '-M' as the > description instead of the actual string. For example git tag -n > and git fast-export --progress=3D, while git config > gui.blamehistoryctx properly shows 'number of days'. This is a problem with __git_guard_* not checking for compadd options. I=E2=80=99ll fix it tonight. Is there any way that I could get commit access to Completion/Unix/Command/_git so that I can fix smaller issues like this one without first posting a [PATCH] to zsh-workers? I=E2=80=99m worried that the flood of smaller patc= hes drown out important ones and also may result in some going missed. If so, my user name on SourceForge is pcppopper. Thanks!