kc3-lang/libgit2/include

Branch :


Log

Author Commit Date CI Message
9a25a980 2026-08-10 20:00:00 merge: octopus merge updates A handful of minor refactorings around the octopus merge code to bring it more in line with the rest of the merge codebase.
97c3475f 2026-08-10 21:31:49 docs: fix six \param names that do not match the signatures - refdb_backend: the iterator callback documents `out` for an argument named `iter`; unlock documents `who`, which is the name `rename` uses, while unlock itself takes `sig` - utf-conv: git_utf8_from_16 documents `src_len`, an argument only git_utf8_from_16_with_len has - path_w32: both trim_end and remove_namespace document `path` for an argument named `str` - w32_util: filetime_to_timespec documents `FILETIME`, the type, where the argument is `ft` Comments only.
270074bc 2026-08-08 17:44:24 Merge pull request #7176 from dislogical/feat/index-extensions Add support for arbitrary index extensions
0c3cf4e9 2026-08-06 21:28:11 index: fixups for index extension support
0a25fe36 2026-05-28 20:56:47 sha256: update documentation
605f34a0 2026-05-12 23:23:21 sha256: it's what's for breakfast Make the SHA256 support on by default.
d2ff991b 2026-08-01 15:58:40 Merge pull request #7333 from libgit2/ethomson/windows_static Update Windows static builds
52a480e4 2026-08-01 14:07:46 cmake: update build visibility Our Windows headers should specify `dllspec(dllimport)`, but when we do our actual compilation, we should specify `dllspec(dllexport)`.
cb6e1d5f 2026-08-01 01:59:34 Merge remote-tracking branch 'pr/7112' into windows_static
56b7e8bd 2026-08-01 08:31:39 win32: complete removal of PROGRAMDATA Complete remove of PROGRAMDATA, which Git has also stopped using for some time.