Laurence McGlashan
Laurence McGlashan
I just had to look this up just now, good to see an issue on it! Even though it's mentioned in error_handling.md, that's not immediately visible when you're looking through...
I think so, need to add "deepen-since" (https://git-scm.com/docs/protocol-v2) to git_pkt_buffer_wants (you'll see where "deepen" is written in that function). Then add "deepen_since" as a field to git_fetch_options and pass that...
@ethomson We've had some reports of this error (on Windows) which were a bit baffling, so I sent them a quickly patched DLL to print out the headers of the...
In newer releases of our product, yes, but not the product version they're currently using. I'll get them the latest release of our product plus a patched libgit2 DLL to...
I saw the pull request for schannel - as the plan is to switch to that as the default I don't think a runtime option to switch between implementations would...
> Innnnnteresting. I'm really interested in getting rid of WinHTTP so that we have a single HTTP transport stack. > > Does the version of libgit2 you're using support `USE_HTTPS=Schannel`?...
Have a look at https://github.com/libgit2/libgit2/blob/main/tests/libgit2/filter/wildcard.c This is the approach I take, registering a wildcard filter and then taking the name of the filter and looking up smudge/clean in the config....
Test fails (not when I run it locally though), meaning the CI environment must be different. Might be a tricky one to test...
Sorry, yes, I'm using this patch and think I would have heard of problems by now... I'm wary of not having test coverage for this in libgit2 itself (would be...
@ethomson, would be good to get this merged in if it passes review, seems to be more common than I originally thought.