From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kirill Subject: Re: [GITK PATCH 3/3] gitk: strip prefix from filenames in subdirectories Date: Tue, 23 Feb 2010 17:20:57 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Pat Thoyts , Paul Mackerras , msysgit@googlegroups.com, git@vger.kernel.org To: Johannes Schindelin X-From: git-owner@vger.kernel.org Tue Feb 23 23:21:11 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Nk37t-0003I3-K3 for gcvg-git-2@lo.gmane.org; Tue, 23 Feb 2010 23:21:09 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754428Ab0BWWVB (ORCPT ); Tue, 23 Feb 2010 17:21:01 -0500 Received: from mail-wy0-f174.google.com ([74.125.82.174]:49170 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754348Ab0BWWVA (ORCPT ); Tue, 23 Feb 2010 17:21:00 -0500 Received: by wya21 with SMTP id 21so844800wya.19 for ; Tue, 23 Feb 2010 14:20:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=H8G8JjAQNZhPmDXw8icfl+Vmc2hbQZrEnOqYU1lzH6I=; b=St8KzepmEpD/STamSrSEzt6k/TYnS0TOQrdh0y07It/+L9Ea54EtPlAiZ8inrxb1fD TH+Vr7MLpxQZMoVAxKEGFBhKbo/TmkDP64GHFl9jFnkc/1KxZaA2wJkKTPlebbfW34jM 7qDCfKlMaus4ZUV93s3jRVusr1Gb2dBGtOS5Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=VVaQL7JBz2O59YUzNrs8XYDcXr6isaO7x07DgRUr02Z9x2OuVrJrwbhnpQZpMDm3aD SllcNWsM2ShlETYsIS6EFyGovp95BEm1YzOVLx3PfuHLhIsjHG+iJtjOSttmhkCLus4w ATZ7MXO/cdpqw/ZjG+e2PZJKC8G48/q8rKubQ= Received: by 10.216.88.20 with SMTP id z20mr2202171wee.222.1266963659141; Tue, 23 Feb 2010 14:20:59 -0800 (PST) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi Dscho, On Tue, Feb 23, 2010 at 3:50 PM, Johannes Schindelin wrote: > On Tue, 23 Feb 2010, Kirill wrote: > >> Unfortunately, it seems to be too aggressive, leading to a misleading >> display. When gitk is invoked from a subdirectory but without the >> filter, the lower right panel displays some paths, relative to the root >> of the work tree, and some, relative to the wd: > > Right. I fixed it in 2/3: pathprefix is set to "" when no cmdline_files > were specified (i.e. when there is no filter). An when pathprefix is "", > nothing changes to the situation before. > > Good? Seems to work for me. Thank you! Pat, Paul, like I said, you would not want to take my testing seriously. -- Kirill.