Re: kernel.org git web interface

2005-08-12 Thread Jeff Carr
> On Wed, Aug 10, 2005 at 03:59:02PM +, Hubert Tonneau wrote: > >>The 'V' column on http://www.kernel.org/ is very convienient to review what >>has changed in a new kernel (files list, then simple clic diff access to the >>selected file). >> >>Now, the git changelog is also interesting (provid

Re: kernel.org git web interface

2005-08-10 Thread Sam Ravnborg
Hi Hubert. git@vger.kernel.org is a better place to request this. So I have included them in to: Sam On Wed, Aug 10, 2005 at 03:59:02PM +, Hubert Tonneau wrote: > The 'V' column on http://www.kernel.org/ is very convienient to review what > has changed in a new kernel (files l

Re: GIT Web Interface

2005-04-19 Thread Greg KH
On Tue, Apr 19, 2005 at 07:32:42PM +0200, Kay Sievers wrote: > On Tue, Apr 19, 2005 at 09:52:48AM -0700, Greg KH wrote: > > On Tue, Apr 19, 2005 at 05:59:45PM +0200, Kay Sievers wrote: > > > On Tue, 2005-04-19 at 02:52 +0200, Petr Baudis wrote: > > > > Dear diary, on Tue, Apr 19, 2005 at 02:44:15AM

Re: GIT Web Interface

2005-04-19 Thread Stéphane Fillod
Greg KH kroah.com> writes: [...] > Looks good, care to post the updated version? http://ehlo.org/~kay/ What about a git repo of gitweb? gitweb2.pl is nice with the browse function. BTW, but there's a '1' artefact right after the browse link in action=show_tree :-) Kay, your script is really

Re: GIT Web Interface

2005-04-19 Thread Kay Sievers
On Tue, Apr 19, 2005 at 09:52:48AM -0700, Greg KH wrote: > On Tue, Apr 19, 2005 at 05:59:45PM +0200, Kay Sievers wrote: > > On Tue, 2005-04-19 at 02:52 +0200, Petr Baudis wrote: > > > Dear diary, on Tue, Apr 19, 2005 at 02:44:15AM CEST, I got a letter > > > where Kay Sievers <[EMAIL PROTECTED]> tol

Re: GIT Web Interface

2005-04-19 Thread Greg KH
On Tue, Apr 19, 2005 at 05:59:45PM +0200, Kay Sievers wrote: > On Tue, 2005-04-19 at 02:52 +0200, Petr Baudis wrote: > > Dear diary, on Tue, Apr 19, 2005 at 02:44:15AM CEST, I got a letter > > where Kay Sievers <[EMAIL PROTECTED]> told me that... > > > I'm hacking on a simple web interface, cause I

Re: GIT Web Interface

2005-04-19 Thread Kay Sievers
On Tue, 2005-04-19 at 02:52 +0200, Petr Baudis wrote: > Dear diary, on Tue, Apr 19, 2005 at 02:44:15AM CEST, I got a letter > where Kay Sievers <[EMAIL PROTECTED]> told me that... > > I'm hacking on a simple web interface, cause I missed the bkweb too much. > > It can't do much more than browse thr

wit - a git web interface

2005-04-19 Thread Christian Meder
Hi, I uploaded a first draft of wit to http://www.absolutegiganten.org/wit Right now it's a minimal web interface on top of git. Unpack it, make sure you've got at least Python 2.3, optionally install c2html, adjust config.py and start from the root with $ PYTHONPATH=. python git/web/wit.py Point

Re: GIT Web Interface

2005-04-18 Thread Petr Baudis
Dear diary, on Tue, Apr 19, 2005 at 02:44:15AM CEST, I got a letter where Kay Sievers <[EMAIL PROTECTED]> told me that... > I'm hacking on a simple web interface, cause I missed the bkweb too much. > It can't do much more than browse through the source tree and show the > log now, but that should c

GIT Web Interface

2005-04-18 Thread Kay Sievers
I'm hacking on a simple web interface, cause I missed the bkweb too much. It can't do much more than browse through the source tree and show the log now, but that should change... :) http://ehlo.org/~kay/gitweb.pl?project=linux-2.6 How can I get the files touched with a changeset and the corresp