Hi, On Mon, 28 Apr 2008, Patrick Altman wrote: > I want to write a Mac OSX UI for git. > > Is there a documented/undocumented API for interacting with git in process? > Or would I be better off "shelling out" to the git command line? There was a mail thread yesterday on exactly the same subject. Bottom line: the recommended way is to fork()&&exec(), because I am sure you do not want to put in the work to make libgit.a reentrant. Ciao, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html