git.openvz.org news [message #8501] |
Tue, 21 November 2006 21:31  |
|
I have just finished upgrading git and gitweb at http://git.openvz.org/.
The result is it has a bit better look now, and improved search facility.
Also, I have installed git-browser, an AJAX application to show you the
merge tree in the way like gitk does. It is linked from the main git
page under 'graphiclog' link.
Finally, I have modified gitweb.cgi to add HTML link code to http/https
links. So links to bugzillas, mailing list threads, forums and patches
are now real links, which is what I really missed.
Feel free to play with gitweb, check that if that's working fine, and
report any bugs/glitches to me.
Regards,
Kir.
|
|
|
Re: git.openvz.org news [message #8508 is a reply to message #8501] |
Wed, 22 November 2006 07:29   |
Vasily Tarasov
Messages: 1345 Registered: January 2006
|
Senior Member |
|
|
Kir,
I don't know is it somehow related with your changes, but when I want to
visit 2.6.18-028test005 kernel changelog, I've got the error:
XML Parsing Error: not well-formed Location:
http://git.openvz.org/?p=linux-2.6.18-openvz;a=log;h=045f4a5fcb8c2625fe7505a8d9d4ebffd7e0d905
Line Number 441, Column 66:<a
href="http://git.openvz.org/?p=linux-2.6.18-openvz;a=commit;h=<a
class="text"
href=" /?p=linux-2.6.18-openvz;a=commit;h=e3b9585d9d6789e71ff4ec74e 3c584cca7c07178 ">e3b9585d9d6789e71ff4ec74e3c584cca7c07178</a>">http://git.openvz.org/?p=linux-2.6.18-openvz;a=commit;h=e3b9585d9d6789e71ff4ec74e3c584cca7c07178</a><br/ >
------------------------------------------------------------ -----^
Vasily
Kir Kolyshkin wrote:
> I have just finished upgrading git and gitweb at
> http://git.openvz.org/. The result is it has a bit better look now,
> and improved search facility.
>
> Also, I have installed git-browser, an AJAX application to show you
> the merge tree in the way like gitk does. It is linked from the main
> git page under 'graphiclog' link.
>
> Finally, I have modified gitweb.cgi to add HTML link code to
> http/https links. So links to bugzillas, mailing list threads, forums
> and patches are now real links, which is what I really missed.
>
> Feel free to play with gitweb, check that if that's working fine, and
> report any bugs/glitches to me.
>
> Regards,
> Kir.
>
|
|
|
Re: git.openvz.org news [message #8514 is a reply to message #8508] |
Wed, 22 November 2006 10:02  |
|
Thanks for catching! Yep, this happened because of my changes. Fixed now.
Vasily Tarasov wrote:
> Kir,
>
> I don't know is it somehow related with your changes, but when I want to
> visit 2.6.18-028test005 kernel changelog, I've got the error:
>
> XML Parsing Error: not well-formed Location:
> http://git.openvz.org/?p=linux-2.6.18-openvz;a=log;h=045f4a5fcb8c2625fe7505a8d9d4ebffd7e0d905
> Line Number 441, Column 66:<a
> href="http://git.openvz.org/?p=linux-2.6.18-openvz;a=commit;h=<a
> class="text"
> href=" /?p=linux-2.6.18-openvz;a=commit;h=e3b9585d9d6789e71ff4ec74e 3c584cca7c07178 ">e3b9585d9d6789e71ff4ec74e3c584cca7c07178</a>">http://git.openvz.org/?p=linux-2.6.18-openvz;a=commit;h=e3b9585d9d6789e71ff4ec74e3c584cca7c07178</a><br/ >
> ------------------------------------------------------------ -----^
>
> Vasily
>
> Kir Kolyshkin wrote:
>
>> I have just finished upgrading git and gitweb at
>> http://git.openvz.org/. The result is it has a bit better look now,
>> and improved search facility.
>>
>> Also, I have installed git-browser, an AJAX application to show you
>> the merge tree in the way like gitk does. It is linked from the main
>> git page under 'graphiclog' link.
>>
>> Finally, I have modified gitweb.cgi to add HTML link code to
>> http/https links. So links to bugzillas, mailing list threads, forums
>> and patches are now real links, which is what I really missed.
>>
>> Feel free to play with gitweb, check that if that's working fine, and
>> report any bugs/glitches to me.
>>
>> Regards,
>> Kir.
>>
|
|
|