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-09-09 22:34:20 +0400
committernulltoken <emeric.fermas@gmail.com>2013-09-10 01:11:58 +0400
commit72585f5e4ef134e00d6d5bcbd19870574026b893 (patch)
treea0f2e877e9045b8a5276d2a6b6d2e35fe02ef8bc /CHANGES.md
parent97caa92dd73a223bca1f9826f8925a61fd649477 (diff)
Release LibGit2Sharp v0.14.0v0.14.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 7537a74e..3281881d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -8,6 +8,37 @@
- CI server: <http://teamcity.codebetter.com/project.html?projectId=project127&guest=1>
- @libgit2sharp: <http://twitter.com/libgit2sharp>
+## v0.14.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.13.0...v0.14.0))
+
+### Additions
+
+ - Introduce Blob.ContentAsText()
+ - Teach repo.Refs.RewriteHistory() to prune empty commits
+ - Teach repo.Refs.RewriteHistory() to rewrite symbolic references
+ - Teach repo.ObjectDatabase to enumerate GitObjects
+ - Teach Branches.Add() and Move() to append to the reflog
+ - Honor core.logAllRefUpdates configuration setting
+ - Add strongly-typed LockedFileException
+ - Add TreeDefinition.Remove(IEnumerable<string>)
+ - Introduce ObjectId.StartsWith()
+ - Introduce repo.Config.GetValueOrDefault()
+
+### Changes
+
+ - Introduce RewriteHistoryOptions type and make repo.Refs.RewriteHistory() leverage it
+ - Introduce CheckoutOptions type and make repo.CheckoutPaths() leverage it
+ - Obsolete Blob.ContentAsUnicode and Blob.ContentAsUf8
+ - Make OdbBackend interface ObjectId based
+ - Update libgit2 binaries to libgit2/libgit2@32e4992
+
+### Fixes
+
+ - Ensure repo.Network.Push() overloads pass the Credentials down the call chain
+ - Make SymbolicReference.Target cope with chained symbolic references
+ - Do not throw when parsing a Remote with no url
+ - Prevent files or directories starting with ! from being ignored
+ - Teach Index.Stage to stage files in ignored dirs
+
## v0.13.0 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.12.0...v0.13.0))
### Additions