From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1129 invoked by alias); 29 May 2011 15:17:02 -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: 29406 Received: (qmail 18821 invoked from network); 29 May 2011 15:17:00 -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; bh=WR6ZAhqaKGLuMVXILTZToE4o4lugxNR2YYMWT4IbgDM=; b=RZ0TlgCgY9Y3abEmr8ylg72Bzcd6+wG/u8YEdrm8JUBPFJvm3FaqRRN1fkRsvw45z+ htQnujR+RsdJ6qvfl6hKziL7ptsFNUocYpoJKWW62N56qSq+kVqu1n64HZb20GHa5NJ6 L7yGnHuko3ORaL7W6ndlSrP++Cw6pOUsnBlLc= 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; b=aZ3owNOpT8BlmmwFlSj0rwg5x41jHR7LoDX8lI4BrRBvP9rfy+/cWK7h47sTTdQzmE tJ/qva7+hMM92HW2gVAYqEDz2WeAbJiqtL8eo6T6CcxU99l9Xp/OZxjlqKlHHAJpMEzh ibQwlF2UqQRZGe5PNm1AtshjdAtrE8K1QLLlY= MIME-Version: 1.0 Sender: nikolai.weibull@gmail.com In-Reply-To: References: Date: Sun, 29 May 2011 17:11:35 +0200 X-Google-Sender-Auth: H1pI8GpWlRIIzRU4GeTXSnLLfC4 Message-ID: Subject: Re: nits with new _git From: Nikolai Weibull To: Mikael Magnusson Cc: zsh workers Content-Type: text/plain; charset=UTF-8 On Tue, May 17, 2011 at 14:56, Nikolai Weibull wrote: > On Sat, May 14, 2011 at 03:28, Mikael Magnusson wrote: >> Now that pws fixed the crash, I'm updating to the new _git, so far >> I've noticed these two things. >> The other thing is that git branch -d -r doesn't complete remote branches. > Yes, this is still on the TODO list. This has now been fixed in CVS.