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: libgit2/libgit2sharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: maint/v0.24
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 11 files changed
  • 1 contributor

Commits on Nov 29, 2017

  1. Copy the full SHA
    b07a811 View commit details
  2. ObjectDatabase: update method documentation

    Update the method documentation for `ObjectDatabase.Write` to be
    consistent with the other methods.
    ethomson committed Nov 29, 2017
    Copy the full SHA
    a89df02 View commit details
  3. ObjectDatabase: test Writeing a blob

    Test that we can `ObjectDatabase.Write` a blob.
    ethomson committed Nov 29, 2017
    Copy the full SHA
    8a0bd69 View commit details
  4. ObjectDatabase: Add Write(Stream, ...)

    Provide a mechanism to write a stream directly to an object database.
    ethomson committed Nov 29, 2017
    Copy the full SHA
    2eeb068 View commit details
  5. TreeDefinition: allow Add a blob by ID

    Allow consumers to add a blob to a `TreeDefinition` by specifying only
    the object ID and mode.  This lets users build tree entries without
    having to create a `Blob` object (and thus load the object itself)
    which is beneficial for users building trees with large objects.
    
    This is only useful for Blobs, since they do not need to be fetched from
    the object database to be realized within the tree builder.  Users are
    not able to add Trees by ID, since we would need to load them (and
    cannot, since we are not guaranteed to be instantiated within the
    context of a repository).
    ethomson committed Nov 29, 2017
    Copy the full SHA
    3d5cfa3 View commit details
  6. CHANGES: include changes bound for 0.24.1

    Include `TreeDefinition.Add` by Object ID.
    Include `ObjectDatabase.Write` to write a stream.
    ethomson committed Nov 29, 2017
    Copy the full SHA
    c85f98c View commit details
  7. Merge pull request #1522 from libgit2/ethomson/0241_backports

    Backports to 0.24.1
    ethomson authored Nov 29, 2017
    Copy the full SHA
    9a0a9e7 View commit details

Commits on Mar 12, 2018

  1. Update libgit2 to v0.26.2

    ethomson committed Mar 12, 2018
    Copy the full SHA
    e6664f9 View commit details
  2. SmartSubtransport: use TLS 1.2 for tests

    The subtransport tests create a new subtransport and tests that it can
    talk to github.com.  GitHub recently required TLS 1.2 connections,
    upgrade our test to build a TLS 1.2 connection to GitHub.
    ethomson committed Mar 12, 2018
    Copy the full SHA
    663688a View commit details
  3. tests: don't use github

    mono 4.8 on mac simply cannot cope with TLS 1.2; newer versions are not compatible with our travis ci setup.  give up and just use bitbucket.
    ethomson committed Mar 12, 2018
    Copy the full SHA
    cafc52e View commit details
  4. Merge pull request #1543 from libgit2/ethomson/update_0_26_2

    Update libgit2 to v0.26.2
    ethomson authored Mar 12, 2018
    Copy the full SHA
    fac308c View commit details
  5. Copy the full SHA
    402aa9b View commit details
  6. Merge pull request #1544 from libgit2/ethomson/appveyor_prerelease

    appveyor: maint branches aren't prerelease
    ethomson authored Mar 12, 2018
    Copy the full SHA
    b845ce0 View commit details
  7. Copy the full SHA
    cdc0e2b View commit details
  8. Update libgit2 to 0.26.3

    ethomson committed Mar 12, 2018
    Copy the full SHA
    c61c1ef View commit details

Commits on Mar 13, 2018

  1. Merge pull request #1545 from libgit2/ethomson/update_0_26_3

     Update libgit2 to 0.26.3
    ethomson authored Mar 13, 2018
    Copy the full SHA
    9e89ec5 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff master...maint/v0.24