On Fri, Jun 04, 2010 at 02:47:35PM +0400, Yuri Bushmelev wrote:
What's the checkout address of the git tree? Can you update the gitweb to contain that information?
Ah, sorry. You can checkout it by following command: git clone git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git
Not sure about gitweb. I'm not familiar with it and seems it's property of LinuxToGo.
Hmm, I think all you have to do is adding something like this to /etc/gitweb.conf:
@git_base_url_list = ( 'git://git.pengutronix.de/git', 'http://git.pengutronix.de/git', '(developers only) ssh://git.pengutronix.de/git' );
Replace this by your own entries ;)