On Mon, Apr 28, 2008 at 2:03 AM, tsgates <tsgatesv@xxxxxxxxx> wrote: > Please comment on my naive idea. > > When I try to use git in python, there are no fancy ways not to fork any > processes. (except not active git library) I know it is design policy > of git, one job for one process. > > Anyhow, I need to call git in python and perl, so I try to think. > You may be interested in Pyrite, which has a Repo class that you may find helpful. It is a work in progress, so there are probably bugs, but I would be interested in fixing them. You can find it here http://gitorious.org/projects/pyrite Eventually, I plan to use libgit (or libgit-thin depending on what is appropriate) instead of subprocesses, but that is in the future. -Govind -- 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