From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Riesen Subject: Re: Inconsistencies with git log Date: Thu, 8 Nov 2007 22:23:20 +0100 Message-ID: <20071108212320.GB4899@steel.home> References: <9e4733910711071415i1729e277u6be19b72cd682a85@mail.gmail.com> <9e4733910711071445p7cfb6cffx83adb1d84d6bf9d8@mail.gmail.com> <9e4733910711071503va92a653s25fd978989d5917d@mail.gmail.com> <243E1E6E-4723-42D3-933C-D2A0D1ACE287@silverinsanity.com> <47325415.1070205@op5.se> <20071108212123.GA4899@steel.home> Reply-To: Alex Riesen Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andreas Ericsson , Brian Gernhardt , Jon Smirl , Johannes Schindelin , Git Mailing List To: David Symonds X-From: git-owner@vger.kernel.org Thu Nov 08 22:23:42 2007 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1IqEqh-0002A3-KT for gcvg-git-2@gmane.org; Thu, 08 Nov 2007 22:23:40 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758959AbXKHVXY (ORCPT ); Thu, 8 Nov 2007 16:23:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758748AbXKHVXX (ORCPT ); Thu, 8 Nov 2007 16:23:23 -0500 Received: from mo-p07-ob.rzone.de ([81.169.146.190]:50685 "EHLO mo-p07-ob.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758242AbXKHVXX (ORCPT ); Thu, 8 Nov 2007 16:23:23 -0500 Received: from tigra.home (Fc819.f.strato-dslnet.de [195.4.200.25]) by post.webmailer.de (klopstock mo60) (RZmta 14.0) with ESMTP id x047dfjA8HpCz7 ; Thu, 8 Nov 2007 22:23:21 +0100 (MET) (envelope-from: ) Received: from steel.home (steel.home [192.168.1.2]) by tigra.home (Postfix) with ESMTP id E82F1277AE; Thu, 8 Nov 2007 22:23:20 +0100 (CET) Received: by steel.home (Postfix, from userid 1000) id CBD7056D22; Thu, 8 Nov 2007 22:23:20 +0100 (CET) Content-Disposition: inline In-Reply-To: <20071108212123.GA4899@steel.home> User-Agent: Mutt/1.5.15+20070412 (2007-04-11) X-RZG-AUTH: z4gQVF2k5XWuW3CcuQaEWowxOg== X-RZG-CLASS-ID: mo07 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Alex Riesen, Thu, Nov 08, 2007 22:21:23 +0100: > David Symonds, Thu, Nov 08, 2007 14:16:59 +0100: > > I never suggested path *limited*, only path *relative*. git-status > > would still show all the same files, but their paths would be relative > > to your current directory, so there'd be no confusion like you > > mentioned. This is how Johannes' patch works. > > Relative? Like this? > > $ cd project/foo/bar > $ git status > ... > M file1.c > M file2.c > M ../baz/file3.c > R ../bax/file4 => file4.c > Oh, I see. Yes. Cool.