Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libgit2/libgit2sharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Zoxive/libgit2sharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: zoxive/refdb
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 21 files changed
  • 4 contributors

Commits on May 18, 2018

  1. Expose pluggable reference database backend

    ethomson authored and Kyle Wascher committed May 18, 2018
    Configuration menu
    Copy the full SHA
    3832e67 View commit details
    Browse the repository at this point in the history
  2. Introduce ref DB backend support

    jamill authored and Kyle Wascher committed May 18, 2018
    Configuration menu
    Copy the full SHA
    f0e658e View commit details
    Browse the repository at this point in the history
  3. (Partially) fix issue with unlock ref callback implementation

    jamill authored and Kyle Wascher committed May 18, 2018
    Configuration menu
    Copy the full SHA
    10c10a7 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    Kyle Wascher authored and Kyle Wascher committed May 18, 2018
    Configuration menu
    Copy the full SHA
    06747c0 View commit details
    Browse the repository at this point in the history
  5. Add compress method to refs collection

    Kyle Wascher authored and Kyle Wascher committed May 18, 2018
    Configuration menu
    Copy the full SHA
    8a7a29d View commit details
    Browse the repository at this point in the history
  6. Implement flags for RefdbBackendOperations

    Kyle Wascher authored and Kyle Wascher committed May 18, 2018
    Configuration menu
    Copy the full SHA
    c150684 View commit details
    Browse the repository at this point in the history
  7. flip all native methods that use custom CustomMarshaler to private

    Kyle Wascher authored and Kyle Wascher committed May 18, 2018
    Configuration menu
    Copy the full SHA
    bba208b View commit details
    Browse the repository at this point in the history
  8. Fix inmemory odb backends. ObjectDatabase now has to create a new odb…

    … and set it on the repository when it is InMemory.
    Kyle Wascher authored and Kyle Wascher committed May 18, 2018
    Configuration menu
    Copy the full SHA
    e1fb411 View commit details
    Browse the repository at this point in the history
  9. fixup nativemethods

    Kyle Wascher authored and Kyle Wascher committed May 18, 2018
    Configuration menu
    Copy the full SHA
    b3d131e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. update to internal nuget package for native binaries

    Kyle Wascher authored and Kyle Wascher committed May 22, 2018
    Configuration menu
    Copy the full SHA
    e223bfe View commit details
    Browse the repository at this point in the history
  2. add internal packagesource

    Kyle Wascher authored and Kyle Wascher committed May 22, 2018
    Configuration menu
    Copy the full SHA
    d9b3351 View commit details
    Browse the repository at this point in the history
  3. update nativebinaries

    Kyle Wascher authored and Kyle Wascher committed May 22, 2018
    Configuration menu
    Copy the full SHA
    23b500d View commit details
    Browse the repository at this point in the history
Loading