LibGit2Sharp v0.7 Release Notes

  • โž• Additions

    • Allow access to System and Global configuration outside the context of a repo
    • Add overloads to index methods that accept collection of paths

    ๐Ÿ”„ Changes

    • Make Index.RetrieveStatus() return native file paths
    • Make IndexEntry able to cope with native file paths
    • Update libgit2 binaries to libgit2/libgit2@be00b00
    • Deprecate Repository.HasObject()

    ๐Ÿ›  Fixes

    • Fix the build script to be fully XBuild compatible on Linux/Mono 2.10
    • Fix Index.Remove() to correctly handle files which have been deleted and modified in the working directory