[Numpy-discussion] DVCS at PyCon
Eric Firing
efiring@hawaii....
Sun Apr 12 21:11:53 CDT 2009
David Cournapeau wrote:
> On Mon, Apr 13, 2009 at 9:46 AM, David Cournapeau <cournape@gmail.com> wrote:
>> On Mon, Apr 13, 2009 at 9:26 AM, Eric Firing <efiring@hawaii.edu> wrote:
>>> Stéfan, or other git-users,
>>>
>>> One feature of hg that I use frequently is "hg serve", the builtin web
>>> server. I use it for two purposes: for temporary local publishing
>>> (e.g., in place of using ssh--sometimes it is quicker and easier), and
>>> for providing access to the very nice hgwebdir.cgi browsing capability
>>> on local repos.
>> There is git daemon, but it does not provide 'web publishing' AFAIK,
>
> But you have this which seems to work (I just checked that gitserve
> gives something which looks like a webpage, nothing more :) ):
>
> http://github.com/jezdez/git-serve/tree/master
Sure enough, that is what I was looking for. (gitweb doesn't seem to
have the annotate [or blame, in git-speak] option, or the graph.)
>
> I guess this does not work on windows, though
It probably does--it is written in python.
Thanks.
Eric
More information about the Numpy-discussion
mailing list