Edward Thomson
Edward Thomson
You can stream any ODB object using https://libgit2.org/libgit2/#v1.1.0/group/odb/git_odb_open_rstream One could imagine an abstraction for blobs - especially since those are the only objects that you're likely to want to read...
Thanks for the bug report. We can take a look. In the meantime, I'm curious why you want iconv on Linux at all?
That's not what I'm asking - iconv support is really only useful for core.precomposeUnicode which is a macOS feature. I'm curious why you're enabling it on Linux?
It should work with `USE_ICONV` on Unix, and we should fix it if it doesn't. I was just curious about your use case.
MSVC was woefully inadequate in its C language support. They made some improvements a few years ago, and it might be the case that there's been sufficient traction in new...
Indeed, this was fixed in cbd5319
We fixed this in #6806 and is now available in libgit2 v1.8.1. Hopefully a) `report_unchanged` is odd enough and b) we did this quickly enough that nobody is actually using...
Yeah, this is a pain point. Today you'd need to screen-scrape the error message which is obviously disappointing. In general, this feels like another case of the fact that we...
@csware see https://github.com/libgit2/libgit2/pull/6485 🤔
> Maybe a specific struct might be better that using varargs if multiple parameters are needed?! (also in the sense of extensability) Yeah, that's what was proposed here -- https://github.com/libgit2/libgit2/pull/3722/files...