Re: description
From: Kay Sievers <hidden>
Date: 2016-06-15 22:41:55
On Fri, Apr 29, 2005 at 05:14:41PM -0700, H. Peter Anvin wrote:
I guess this is technically speaking complete nonstandard addition to git :) but I have added the following to the script that generates http://www.kernel.org/git/: If there is a plain text file called "description" in the .git directory, it will appear on that webpage.
That's a nice idea. We may add the owner of the repo to this file too? Or where does your script know that from the permissions? Is the projects overview page updating itself? Here is a new gitweb.cgi version that integrates with that page. The own project browser is removed now and the top-link points now to your link-list. !! It already uses the new binaries with the git-* prepended. !! See it working here: http://ehlo.org/~kay/git/ Get the cgi from here: ftp://ehlo.org/git/gitweb.cgi !! Just remove lines 26-30, which are the settings to run on my box. !! Thanks, Kay