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…

By · · 1 min read
libgit2: a Git Linkable Library

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…