Edward Thomson
Edward Thomson
Indeed; there's either a code issue or a docs issue here that we should resolve. PRs welcome.
I would like some documentation about how you would make this work. If I wanted to build an app with both libgit2 and libssh2, I don't know how I should...
I'm reasonable sure that a `git bundle` is just a packfile with a list of references prefixed. It should be reasonably straightforward if you were interested in contributing.
Thanks for the report.
Yes - thank you for asking. A number of people have given their permission to relicense their Git contributions into libgit2: https://github.com/libgit2/libgit2/blob/main/git.git-authors So if those people worked on the `bundle`...
Do we have an issue for pnpm-lock? That's probably more valuable than yarn tbqh.
Interesting. We explicitly added support so that you _could_ do `find_package(libgit2)` starting with v1.9.0: https://github.com/libgit2/libgit2/pull/6840 But my understanding was that this didn't work prior to v1.9.0? Did you have a...
Downloading the packages themselves (from https://packages.msys2.org/packages/mingw-w64-ucrt-x86_64-libgit2) and inspecting them, it looks like there was no `lib/cmake/libgit2Targets.cmake` in v1.8.4, which makes sense. So it seems like your `find_package` is getting confused...
Question for you @johnathan-becker : I've looked at a few other libraries in the msys2 distribution (eg libssh2, curl), and I'm not seeing any cmake files distributed. I'm curious if...
I think that you're right. I'm wondering if there's a good template that we can use to produce a cmake file that msys2 likes? Or if we shouldn't produce a...