Oliver Reiche

Results 5 issues of Oliver Reiche

See linked pull request for details.

Accessing ODB is guaranteed to be thread-safe. Registering a fake repository (created via git_repository_wrap_odb()) may not register itself as owner of the ODB in order to maintain that guarantee. Otherwise,...

### Reproduction steps The following C code passes with libgit2 = 1.6.1 ~~~c #include #include #include #include int main(int argc, const char *argv[]) { char template[] = "/tmp/tmpdir.XXXXXX"; char *tmpdir...

The Justbuild authors recently published a modified version of the API, with improvements for Git-specific use cases. @sluongng [suggested](https://groups.google.com/g/bazel-discuss/c/SM06kOTvNwQ/m/Bo5IGQErAwAJ) to open an issue to discuss whether the API could be...

**What version of protobuf and what language are you using?** Version: 3.6.1 -- 23.3 Language: C++ **What operating system (Linux, Windows, ...) and version?** Ubuntu 20.04 Debian 11 **What runtime...

c++
blocked