• Show log

    Commit

  • Hash : a3f9617b
    Author : Carlos Martín Nieto
    Date : 2022-05-03T14:09:40

    midx: do not verify the checksum on load
    
    This is something we only want to do during explicit verification rather than on
    every load.
    
    Verifying does not seem like a big deal when we're running with test workloads
    but once your `multi-pack-index` reaches gigabytes, we spend more time hashing
    this than doing any work.
    

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