libgit2: a Git Linkable Library
One of the long running issues with Git is that the library produced to run the binary is not re-entrant – you can’t link to it from another program because…

Source: The GitHub Blog
One of the long running issues with Git is that the library produced to run the binary is not re-entrant – you can’t link to it from another program because…