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>2014-04-26 17:28:55 +0400
committernulltoken <emeric.fermas@gmail.com>2014-04-26 17:28:55 +0400
commit5a00322dff71e380c1deb54a7fbbed3bfb348abb (patch)
treee850e3434a7faf7e848d2144b844a54a0f77b53c /CHANGES.md
parent989f9535d0e6effc04499de49394387f4f101087 (diff)
Cleanup whitespaces
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index e53a6701..9a6a859a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -20,7 +20,7 @@
- Teach repo.Commits.FindMergeBase to leverage either Standard or Octopus strategy (#634 and #629)
- Make ObjectDatabase.CreateCommit() accept an option controlling the prettifying of the message (#619)
- Allow notes retrieval by namespace and ObjectId (#653)
-
+
### Changes
- Deprecate repo.Commits.FindCommonAncestor() in favor of repo.Commits.FindMergeBase() (#634)