On Mon, 11 Jul 2005, Eric W. Biederman wrote: > > Actually I was looking at doing a git-ident thing that will > just compute who git thinks you are. And then git-commit-tree can > just popen it to share code. That looks like how the logic has > been accomplished in other places.
I hate popen() if there's a reasonable functional interface in a library. popen() is damn inefficient for doing something like this that is all C anyway. Linus - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html