On  0, Mr Moose <[EMAIL PROTECTED]> wrote:
> 
> Hi there,
> 
> being a git user now for more than a year I am doing some research
> concerning the use of git from within a program. C, C++ and Java would
> be interesting but at this point I'm looking for any access library at
> all. Is there any?

There is no libgit that can be linked against, but many people
have done great things with just fork/exec/pipe.  If you're
cool with Python then take a look here:

        http://gitorious.org/projects/git-python

Here's one app that has made use of git-python:

        http://cola.tuxfamily.org/


As far as Java is concerned, you should look into the JGit
project:

        http://www.jgit.org/

-- 

        David



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to