summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-12-30 17:06:04 +0000
committerCarlos Martín Nieto <cmn@dwim.me>2014-12-30 17:06:04 +0000
commit8aba3d47cf96e24e02601175f900f0e851077c1a (patch)
tree0563c046827eed1e6d7277b20b62f7f0b4d52da4
parent4adc64a81ae4d1ddb32c3232f04255f5b96d1971 (diff)
downloadlibgit2-cmn/fetch-prune.tar.gz
Update CHANGELOG for pruningcmn/fetch-prune
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfb4f0430..4908a45f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -129,6 +129,11 @@ v0.21 + 1
has been changed to match git 1.9.0 and later. In this mode, libgit2 now
fetches all tags in addition to whatever else needs to be fetched.
+* The remote object has learnt to prune remote-tracking branches. If
+ the remote is configured to do so, this will happen via
+ git_remote_fetch(). You can also call git_remote_prune() after
+ connecting or fetching to perform the prune.
+
* git_threads_init() and git_threads_shutdown() have been renamed to
git_libgit2_init() and git_libgit2_shutdown() to better explain what
their purpose is, as it's grown to be more than just about threads.