Adam Roben schrieb:
We were spending a lot of time forking/execing git-cat-file and
git-hash-object. We now use command_bidi_pipe to keep one instance of each
running and feed it input on stdin.
I appreciate this. It's certainly going to be a much bigger win on Windows,
although git svn doesn't work (in the MinGW port) at this time because of
the old perl and the missing SVN module.
-- Hannes