From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luben Tuikov Subject: Re: [PATCH 2/2] gitweb: Show trailing slash when listing tree entry in tree listing Date: Mon, 9 Oct 2006 23:34:31 -0700 (PDT) Message-ID: <20061010063431.92880.qmail@web31807.mail.mud.yahoo.com> References: <7vslhw7mfm.fsf@assigned-by-dhcp.cox.net> Reply-To: ltuikov@yahoo.com Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Cc: git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Oct 10 08:34:40 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GXBCF-0003YL-HE for gcvg-git@gmane.org; Tue, 10 Oct 2006 08:34:35 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965021AbWJJGed (ORCPT ); Tue, 10 Oct 2006 02:34:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965022AbWJJGec (ORCPT ); Tue, 10 Oct 2006 02:34:32 -0400 Received: from web31807.mail.mud.yahoo.com ([68.142.207.70]:59532 "HELO web31807.mail.mud.yahoo.com") by vger.kernel.org with SMTP id S965021AbWJJGec (ORCPT ); Tue, 10 Oct 2006 02:34:32 -0400 Received: (qmail 92882 invoked by uid 60001); 10 Oct 2006 06:34:31 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=S5exrBmHi69pRe1+xGUgAHQfdULrB0X/hJ/nPJ99cjbYtqsZDMDGcLy00pal9ysjEjWLI4pDDkWDJK69taEJcjbglVe/ukt9gHR26Vy1hMu/9VDrkWM/ZIwuRCak+IThQZTGfSYxmEc8MWUaT5ol5XwIeR/OYzES2Jm841KUWK0= ; Received: from [71.80.233.118] by web31807.mail.mud.yahoo.com via HTTP; Mon, 09 Oct 2006 23:34:31 PDT To: Junio C Hamano In-Reply-To: <7vslhw7mfm.fsf@assigned-by-dhcp.cox.net> Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: --- Junio C Hamano wrote: > I would agree with that if we did not have anything on the right > hand side that attracts eye and hand to tempt clicking. And > that would be true for all levels of users. > > If we replaced UNIXy mode bits with folder/file/symlink icons, > people might be tempted to click on them as well. Then they should probably "get" the jpg/png image of the icon, ;-) each time they click on it. If they really wanted the file, then they should probably just simply click on the file name. Luben