From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20774 invoked by alias); 22 Nov 2013 01:54:39 -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: 32041 Received: (qmail 25246 invoked from network); 22 Nov 2013 01:54:34 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=CFtEOABMlE7W5UC8GMzGXR1mZUETfC1Z6e6cdnbpx54=; b=I3Boj8aIt9ONStANuPU8W2xBTcvLkBYjrs2EWv51OKm5SiJm/nYKG8R7fK/UaI37Mz /RTx/klb4jxXUfCf1EINpOKftNtTxUB5kk1ajERGUVLfCwLthScE1ywhhjudmAH37oEu SmjKyMoWaJoDG52jsjnPRIeXkAdoTEl0P79lZiqXlmyMtiFqHDy3ijQxm/GoqgWukXNH Gt4ed1FmTR35I253a5aL/yjL4U7CzmCxhyaEkMWxPB2jScrrDsIgUmEa3+1n4iUP2MYn hnjjd8N3HmLdfhBD4aE71NZoyJ/WH7QDSxS1UKEYqbnWDRdQVlCFq6FaXGUHBSyxXToD o8Gw== X-Gm-Message-State: ALoCoQkfqvafX5PmfoLQrto4Mj4ZvM1pwEJr6ik6KK6XByDV90s8jZYXO2dREsdrgfFeDA8Z4ddO X-Received: by 10.68.135.132 with SMTP id ps4mr164625pbb.171.1385085270307; Thu, 21 Nov 2013 17:54:30 -0800 (PST) Message-ID: <528EB952.8010309@topbug.net> Date: Thu, 21 Nov 2013 17:54:26 -0800 From: Hong Xu User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: Bart Schaefer CC: zsh-workers@zsh.org Subject: Re: vcs_info '%r' doesn't work properly when entered a subdirectory of a git repository through a symlink References: <528D65C2.2080607@topbug.net> <20131121231319.GA23989@pug.qqx.org> <131121161050.ZM13254@torch.brasslantern.com> In-Reply-To: <131121161050.ZM13254@torch.brasslantern.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On Thu Nov 21 16:10:50 2013, Bart Schaefer wrote: > On Nov 21, 6:13pm, Aaron Schrab wrote: > } > } This sounds like it may be the same issue that was addressed by the > } patch in workers:31985 (http://www.zsh.org/mla/workers/2013/msg01038.html), > } sent by Clemens Hammacher. > > That's probably true, but looking at VCS_INFO_reposub I think applying > 31985 is still going to break %S in the way Hong already mentioned. I just tested this patch, yes it did break %S. Hong