Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2013-07-20 14:43:31 +0400
committernulltoken <emeric.fermas@gmail.com>2013-07-20 14:43:31 +0400
commit9f0daeb6f6973f091a33238282766cb667bce111 (patch)
tree5fd5bcb51420a2c2d48fb2c1274df75efb0e37ad /CHANGES.md
parent7e5bbbf17cf27a5c5d0e60670a6c33942ff69cce (diff)
Release LibGit2Sharp v0.13.0v0.13.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index f8dbc4c3..7537a74e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -8,6 +8,41 @@
- CI server: <http://teamcity.codebetter.com/project.html?projectId=project127&guest=1>
- @libgit2sharp: <http://twitter.com/libgit2sharp>
+## v0.13.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.12.0...v0.13.0))
+
+### Additions
+
+ - Teach Repository to Checkout paths
+ - Teach Checkout() to cope with revparse extended syntax leading to references
+ - Make Stash expose Base, Index and Untracked commits
+ - Teach Repository.Init() to set up a separate git directory
+ - Teach checkout to report notifications
+ - Create a new repo.Checkout() overload which accepts a Commit object
+ - Allow ObjectDatabase.CreateBlob() to limit the number of bytes to consume
+ - Make ObjectDatabase.CreateBlob() accept a Stream
+ - Introduce repo.Refs.RewriteHistory()
+ - Introduce repo.Refs.ReachableFrom()
+ - Introduce TreeDefinition.From(Commit)
+ - Expose TagFetchMode property on Remote type
+ - Add CopyNativeDependencies.targets
+
+### Changes
+
+ - Rename CheckoutOptions into CheckoutModifiers
+ - Rename DiffOptions into DiffModifiers
+ - Rename StashOptions into StashModifiers
+ - Rename GitSortOptions into CommitSortStrategies
+ - Rename Filter into CommitFilter
+ - Rename ObjectDatabase.CreateTag into ObjectDatabase.CreateTagAnnotation
+ - Obsolete repo.Clone() overload which returns a Repository
+ - Obsolete repo.Init() overload which returns a Repository
+ - Obsolete ObjectDatabase.CreateBlob(BinaryReader, string)
+ - Update libgit2 binaries to libgit2/libgit2@7940036
+
+### Fixes
+
+ - Fetch should respect the remote's configured tagopt setting unless explicitly specified
+
## v0.12.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.11.0...v0.12.0))
### Additions