Re: any git client?
Emery Hemingway <[email protected]>
| Newsgroups | gmane.os.plan9.general |
|---|---|
| Message-ID | <[email protected]> |
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/libgit2/blob/635693d3bc55770ec7a6640ba3f2f0ee434a6042/src/indexer.c#L597