From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: git-ls-tree: add "-t" option to always show the tree entries Date: Fri, 2 Dec 2005 22:12:09 +0000 (UTC) Message-ID: References: <7vlkz5n3r1.fsf@assigned-by-dhcp.cox.net> <20051201085433.GA7866@c165.ib.student.liu.se> <7vlkz4friv.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-From: git-owner@vger.kernel.org Fri Dec 02 23:14:53 2005 Return-path: Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EiJB0-00078w-Fn for gcvg-git@gmane.org; Fri, 02 Dec 2005 23:14:46 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750913AbVLBWOn (ORCPT ); Fri, 2 Dec 2005 17:14:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750925AbVLBWOn (ORCPT ); Fri, 2 Dec 2005 17:14:43 -0500 Received: from main.gmane.org ([80.91.229.2]:25517 "EHLO ciao.gmane.org") by vger.kernel.org with ESMTP id S1750891AbVLBWOm (ORCPT ); Fri, 2 Dec 2005 17:14:42 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EiJ8q-0006Pk-0Y for git@vger.kernel.org; Fri, 02 Dec 2005 23:12:32 +0100 Received: from ip-66-80-53-59.lax.megapath.net ([66.80.53.59]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Dec 2005 23:12:32 +0100 Received: from junkio by ip-66-80-53-59.lax.megapath.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Dec 2005 23:12:32 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: git@vger.kernel.org X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 66.80.53.59 (Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Linus Torvalds osdl.org> writes: > That brings up another issue. I typed > > git-ls-tree -r --name-only .. > > and it obviously didn't work. This brings up another issue. When git-ls-tree works from subdirectory, do we want to see repository-relative paths, or cwd relative paths? Currently we do the latter.