I uploaded a demo to be clear what I want to do at
http://wogue.org/test-git/

I want to be able to run remotely git logs and bring it asynchronously on
my page.
but how I can run git on a remote repo without ssh? :)




On Mon, Jun 4, 2012 at 7:14 PM, alex diavatis <[email protected]>wrote:

>
>
> On Mon, Jun 4, 2012 at 7:00 PM, Dave Neary <[email protected]> wrote:
>
>> Hi Alex,
>>
>> "git log <module>" with the appropriate arguments (date, include diffs,
>> etc) will give you all the information you need. Something like gitdm will
>> parse and summarise the information for you, but if you want to do a
>> week-by-week or month-by-month summary, you'll either need to script your
>> git logs, or do some hacking to extract the relevant bits from the logs.
>>
>>
> hello Dave,
>
> It is easy to fetch the data I want from git, if I have it on local. But I
> want to fetch the data from the remote gnome git because I cannot clone it,
> is big :)
> How I can do this?
>
>
>
>> Cheers,
>> Dave.
>>
>>
>> On 06/04/2012 03:56 PM, alex diavatis wrote:
>>
>>> Hello,
>>>
>>> I was wondering how can extract the commits data from gnome git  similar
>>> the way that 
>>> http://blogs.gnome.org/**commitdigest/<http://blogs.gnome.org/commitdigest/>does,
>>>  in order to make
>>> some html5 pies charts, just to compare the development per
>>> week/month/year/version.
>>>
>>> I prefer some json or xml so I can take it online at real time.
>>>
>>> Thank you!
>>>
>>>
>>>
>> --
>> Dave Neary
>> GNOME Foundation member
>> [email protected]
>> Jabber: [email protected]
>>
>> --
>> marketing-list mailing list
>> [email protected]
>> https://mail.gnome.org/**mailman/listinfo/marketing-**list<https://mail.gnome.org/mailman/listinfo/marketing-list>
>>
>
>
-- 
marketing-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/marketing-list

Reply via email to