libgit2.github.io icon indicating copy to clipboard operation
libgit2.github.io copied to clipboard

libgit2 website

Results 14 libgit2.github.io issues
Sort by recently updated
recently updated
newest added

There are a few examples where we expose the type details in `sys` but also have it opaque in the regular public docs. For example, `git_credential_username`. In these cases, we...

Since Freenode is dead, and libgit2/libgit2 says the IRC channel is on Libera now. Just happened to spot this and figured someone might as well clean it up. RIP Freenode...

Updated "**How to Build Libgit2**" page: * `BUILD_CLAR` renamed to `BUILD_TESTS` (see commit https://github.com/libgit2/libgit2/commit/4e14d4c6a6d4629601cc7e1659df85eeb450df10). * `CMAKE_BUILD_TYPE` also supports `MinSizeRel` (see file [`CMakeLists.txt`](https://github.com/libgit2/libgit2/blob/main/CMakeLists.txt)). * Warn about possible out-of-date option lists and...

On the page "**101 Samples**" a lot of non-working links have been fixed: * Old functions: * `git_clone_into` (was removed in baac01c3c9). * `git_oid_allocfmt` (was removed in 66ac3cec52). * `git_config_get_multivar`...