From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Glanzmann Subject: Re: Finding file revisions Date: Thu, 28 Apr 2005 19:22:22 +0200 Message-ID: <20050428172222.GF20834@cip.informatik.uni-erlangen.de> References: <200504271251.00635.mason@suse.com> <200504271423.37433.mason@suse.com> <200504280745.05505.mason@suse.com> <1114706099.4212.25.camel@localhost.localdomain> <12c511ca050428101070e12e74@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-From: git-owner@vger.kernel.org Thu Apr 28 19:17:49 2005 Return-path: Received: from vger.kernel.org ([12.107.209.244]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DRCdB-0004TT-U5 for gcvg-git@gmane.org; Thu, 28 Apr 2005 19:16:54 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262180AbVD1RWZ (ORCPT ); Thu, 28 Apr 2005 13:22:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262182AbVD1RWZ (ORCPT ); Thu, 28 Apr 2005 13:22:25 -0400 Received: from faui03.informatik.uni-erlangen.de ([131.188.30.103]:20988 "EHLO faui03.informatik.uni-erlangen.de") by vger.kernel.org with ESMTP id S262180AbVD1RWY (ORCPT ); Thu, 28 Apr 2005 13:22:24 -0400 Received: from faui03.informatik.uni-erlangen.de (faui03.informatik.uni-erlangen.de [131.188.30.103]) by faui03.informatik.uni-erlangen.de (8.12.9/8.12.9) with ESMTP id j3SHMNS8019585 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 28 Apr 2005 17:22:23 GMT Received: (from sithglan@localhost) by faui03.informatik.uni-erlangen.de (8.12.9/8.12.9) id j3SHMM8v019584 for git@vger.kernel.org; Thu, 28 Apr 2005 19:22:22 +0200 (CEST) To: git@vger.kernel.org Mail-Followup-To: git@vger.kernel.org Content-Disposition: inline In-Reply-To: <12c511ca050428101070e12e74@mail.gmail.com> X-URL: http://wwwcip.informatik.uni-erlangen.de/~sithglan/ User-Agent: Mutt/1.5.9i Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Hello, > Looks very useful. Would it be possible to display the date (from the > commit) instead of the 40-hex-char blobname (but have the link still > point to the blob). Like this: First of all there is a date on the site and second I think the sha1 hash much more useful than the date. Thomas