• Show log

    Commit

  • Hash : c0dfd1ad
    Author : Edward Thomson
    Date : 2022-04-11T09:56:26

    repo: ensure that repo dir is owned by current user
    
    Ensure that the repository directory is owned by the current user; this
    prevents us from opening configuration files that may have been created
    by an attacker.
    

  • 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.