• Show log

    Commit

  • Hash : 5bc01a7d
    Author : Edward Thomson
    Date : 2022-07-04T16:01:01

    fs: allow ownership match if user is in admin group
    
    Allow the user ownership to match if the file is owned by the admin
    group and the user is in the admin group, even if the current process is
    not running as administrator directly.
    

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