Edit

kc3-lang/libgit2/include/git2/sys

Branch :

  • Show log

    Commit

  • Author : Anton Karpov
    Date : 2026-08-10 21:31:49
    Hash : 97c3475f
    Message : 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.