Re: Git global usage and tests
From: Miles Bader <hidden>
Date: 2016-06-15 22:51:21
Jeff King [off-list ref] writes:
quoted
Yes and No. We have already copied some code from git : parse-option, the error handling functions, a part of the run-command block and a part of the compatibility layer. To my mind, there is no reason to pull it into libgit2 as it's only a client feature that works on strings, and libgit2 does not aim at being a client, only a git library.Yeah, good point. Definitely it should not be part of the libgit2 library itself.
But maybe there's room for another library to hold such things (libgitapp...)? -Miles -- `Cars give people wonderful freedom and increase their opportunities. But they also destroy the environment, to an extent so drastic that they kill all social life' (from _A Pattern Language_)