summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-05-14 09:35:08 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2015-05-17 15:45:37 +0200
commit70f7484d2ae7ed4b5c4d074aa5e9f99ebeebdd77 (patch)
tree0098c6694312776cfea0ba73ee3243ae3c634718 /CHANGELOG.md
parent7b5ce2e5c43db345590c8702b669325df59c8524 (diff)
downloadlibgit2-70f7484d2ae7ed4b5c4d074aa5e9f99ebeebdd77.tar.gz
remote: get rid of the run-time refspec setters
These were left over from the culling as it's not clear which use-cases might benefit from this. It is not clear that we want to support any use-case which depends on changing the remote's idea of the base refspecs rather than passing in different per-operation refspec list, so remove these functions.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 794897a70..f9ec250b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -97,6 +97,10 @@ support for HTTPS connections insead of OpenSSL.
`git_remote_set_transport()` have been removed and the remote no
longer stores this configuration.
+* `git_remote_set_fetch_refpecs()` and
+ `git_remote_set_push_refspecs()` have been removed. There is no
+ longer a way to set the base refspecs at run-time.
+
### Breaking API changes
* `git_smart_subtransport_cb` now has a `param` parameter.