Linus Torvalds [off-list ref] writes:
On Mon, 11 Jul 2005, Eric W. Biederman wrote:
quoted
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.
Ok two new files then. The new library function, and then
the utility that calls it.
Eric