Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-05-14 09:29:50 +0300
committerCarlos Martín Nieto <cmn@dwim.me>2015-05-17 16:45:37 +0300
commit9663d1bd8b99dded448ad013898e082a73cdce57 (patch)
tree710952961d9e5b5ae4cbcf7a9d31741d6bce13df /CHANGELOG.md
parent9042693e283f65d9afb4906ed693a862a250664b (diff)
Fix typos in the CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 69f02bba8..794897a70 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -88,13 +88,13 @@ support for HTTPS connections insead of OpenSSL.
### API removals
-* `git_remote_save()` and `git_remote_clear_refspecs()` has been
+* `git_remote_save()` and `git_remote_clear_refspecs()` have been
removed. Remote's configuration is changed via the configuration
directly or through a convenience function which performs changes to
the configuration directly.
* `git_remote_set_callbacks()`, `git_remote_get_callbacks()` and
- `git_remote_set_transport()` have been removed a the remote no
+ `git_remote_set_transport()` have been removed and the remote no
longer stores this configuration.
### Breaking API changes
@@ -168,7 +168,7 @@ support for HTTPS connections insead of OpenSSL.
* `git_remote_connect()` and `git_remote_prune()` now take a pointer
to the callbacks.
-* `git_remote_fetch()` and `git_remote_download()` now take a poitner
+* `git_remote_fetch()` and `git_remote_download()` now take a pointer
to fetch options which determine the runtime configuration.
* The `git_remote_autotag_option_t` values have been changed. It has