diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2014-06-30 21:36:38 +0200 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2014-07-02 07:05:00 +0200 |
commit | 6812afaf385422fbcc6fb494ff892426fbce1cbc (patch) | |
tree | c29698b438b6c74e73eeb9f220e230f1ef33539a /CHANGELOG.md | |
parent | d58a64e9a5d32b511447943f20a84340b520872f (diff) | |
download | libgit2-6812afaf385422fbcc6fb494ff892426fbce1cbc.tar.gz |
clone: remote git_clone_into{,_local} from the public APIcmn/clone-custom-repo
As git_clone now has callbacks to configure the details of the
repository and remote, remove the lower-level functions from the public
API, as they lack some of the logic from git_clone proper.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f2cb3d213..f4714993a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,3 +29,6 @@ v0.21 + 1 * The git_clone_options struct now provides repository_cb and repository_cb_payload to allow the user to create a repository with custom options. + +* git_clone_into and git_clone_local_into have been removed from the + public API in favour of git_clone callbacks |