-
Notifications
You must be signed in to change notification settings - Fork 899
Comparing changes
Open a pull request
base repository: libgit2/libgit2sharp
base: master
head repository: libgit2/libgit2sharp
compare: maint/v0.24
- 16 commits
- 11 files changed
- 1 contributor
Commits on Nov 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b07a811 - Browse repository at this point
Copy the full SHA b07a811View commit details -
ObjectDatabase: update method documentation
Update the method documentation for `ObjectDatabase.Write` to be consistent with the other methods.
Configuration menu - View commit details
-
Copy full SHA for a89df02 - Browse repository at this point
Copy the full SHA a89df02View commit details -
ObjectDatabase: test
Write
ing a blobTest that we can `ObjectDatabase.Write` a blob.
Configuration menu - View commit details
-
Copy full SHA for 8a0bd69 - Browse repository at this point
Copy the full SHA 8a0bd69View commit details -
ObjectDatabase: Add
Write(Stream, ...)
Provide a mechanism to write a stream directly to an object database.
Configuration menu - View commit details
-
Copy full SHA for 2eeb068 - Browse repository at this point
Copy the full SHA 2eeb068View commit details -
TreeDefinition: allow
Add
a blob by IDAllow 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).
Configuration menu - View commit details
-
Copy full SHA for 3d5cfa3 - Browse repository at this point
Copy the full SHA 3d5cfa3View commit details -
CHANGES: include changes bound for 0.24.1
Include `TreeDefinition.Add` by Object ID. Include `ObjectDatabase.Write` to write a stream.
Configuration menu - View commit details
-
Copy full SHA for c85f98c - Browse repository at this point
Copy the full SHA c85f98cView commit details -
Merge pull request #1522 from libgit2/ethomson/0241_backports
Backports to 0.24.1
Configuration menu - View commit details
-
Copy full SHA for 9a0a9e7 - Browse repository at this point
Copy the full SHA 9a0a9e7View commit details
Commits on Mar 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e6664f9 - Browse repository at this point
Copy the full SHA e6664f9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 663688a - Browse repository at this point
Copy the full SHA 663688aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for cafc52e - Browse repository at this point
Copy the full SHA cafc52eView commit details -
Merge pull request #1543 from libgit2/ethomson/update_0_26_2
Update libgit2 to v0.26.2
Configuration menu - View commit details
-
Copy full SHA for fac308c - Browse repository at this point
Copy the full SHA fac308cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 402aa9b - Browse repository at this point
Copy the full SHA 402aa9bView commit details -
Merge pull request #1544 from libgit2/ethomson/appveyor_prerelease
appveyor: maint branches aren't prerelease
Configuration menu - View commit details
-
Copy full SHA for b845ce0 - Browse repository at this point
Copy the full SHA b845ce0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdc0e2b - Browse repository at this point
Copy the full SHA cdc0e2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c61c1ef - Browse repository at this point
Copy the full SHA c61c1efView commit details
Commits on Mar 13, 2018
-
Merge pull request #1545 from libgit2/ethomson/update_0_26_3
Update libgit2 to 0.26.3
Configuration menu - View commit details
-
Copy full SHA for 9e89ec5 - Browse repository at this point
Copy the full SHA 9e89ec5View 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