On Tue, Feb 5, 2019, at 10:42 AM, Emery Hemingway wrote:
>
> Libgit2 *is not* portable. They use mmap everywhere for I/O, which breaks
> for 9P or NFS.
I'm pretty sure I once figured out how to emulate mmap, at least in a general
way. Maybe it was relying on the process to call the flush routin
On Tue, 05 Feb 2019 11:42:48 +0100
Emery Hemingway wrote:
> On Sunday, February 3, 2019 3:32:30 PM CET, Mayuresh Kathe wrote:
> > is there a port of "libgit2" available?
>
> Libgit2 *is not* portable. They use mmap everywhere for I/O, which breaks
> for 9P or NFS.
>
> https://github.com/libgit2