• Show log

    Commit

  • Hash : fa366921
    Author : Edward Thomson
    Date : 2022-04-11T15:18:44

    repo: honor safe.directory during ownership checks
    
    Obey the `safe.directory` configuration variable if it is set in the
    global or system configuration. (Do not try to load this from the
    repository configuration - to avoid malicious repositories that then
    mark themselves as safe.)
    

  • README.md

  • libgit2 sources

    This is the source that makes up the core of libgit2 and its related projects.

    • cli
      A git-compatible command-line interface that uses libgit2.
    • libgit2
      This is the libgit2 project, a cross-platform, linkable library implementation of Git that you can use in your application.
    • util
      A shared utility library for these projects.