From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6343 invoked by alias); 29 Nov 2013 00:43:42 -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: 32067 Received: (qmail 20998 invoked from network); 29 Nov 2013 00:43:36 -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=5FOEAQXmSw+vEHQ8SlctMi1QfEAeZKIboJ+uBBPFOVg=; b=TBRV1d8JQ61qkWVPS3oW7R9YDEuZ6+yt1gG1zn+3nSBXRLhSQ3pXlqxT97/qhj5yBG y3lJjouCkkc3jA0wK6o8ZFKWtpC5A0d1KyvY8LWBjS51khbmQvGrcMIWw3Ed73+HkmK7 zUXkuDWAsUu4dWR3KwjamFIdDawwZAg3lr/2gSKbCmF/SDMCd+/SpTSBWueRQ+bVUO9L fDtlCi3TZ+Sf0c7Pf8bfhgagN8pPGH4qhJadgXKvdshfvnGPd2oCq7onPK+PFxKq/tb9 Ju4zvEssgMl5L8+wtH7c3cYii0JC97uaDXHMOe3XgtdrXafa59r3lab7wlBx026uWVfM 3M3Q== X-Gm-Message-State: ALoCoQkY64oyHmN+Opk/RTQSZ402XcI7C7fJssUhT1t3eqKkjkvyByabuFxn8aO9h8PB8drgZBvp X-Received: by 10.236.125.230 with SMTP id z66mr325671yhh.104.1385685811590; Thu, 28 Nov 2013 16:43:31 -0800 (PST) Message-ID: <5297E331.6020107@topbug.net> Date: Thu, 28 Nov 2013 16:43:29 -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> <528EB952.8010309@topbug.net> <5296EF7E.1010407@topbug.net> <131128140327.ZM25083@torch.brasslantern.com> In-Reply-To: <131128140327.ZM25083@torch.brasslantern.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On Thu Nov 28 14:03:27 2013, Bart Schaefer wrote: > On Nov 27, 11:23pm, Hong Xu wrote: > } > } I tested the attached patch and it fixes the issue without breaking %S > } for me. Please give it a try, and if it is good, could you include this > } patch? > > > Does the following also work for you? I'd like to preserve 31985 if > possible. > > <...> Yes the patch also works for me. I can see that this patch is more reasonable, as hg also uses the same way. Hong