summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2017-07-31 00:58:35 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2017-07-31 00:58:35 +0100
commit868ce84f9ed21f8881b3c66b2363b29b219a99ab (patch)
tree5be45bf72825576cfa02b6bfebeeaec98c002c80
parent9364f274d7189ec9f39fee6e6b056434dca13b54 (diff)
downloadlibgit2-868ce84f9ed21f8881b3c66b2363b29b219a99ab.tar.gz
changelog: update to reflect `detached` api name
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64fafc226..b249cf1b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -138,7 +138,7 @@ v0.25
`git_merge_driver_source_file_options()` added as accessors to
`git_merge_driver_source`.
-* `git_remote_create_unattached()` creates a remote that is not associated
+* `git_remote_create_detached()` creates a remote that is not associated
to any repository (and does not apply configuration like 'insteadof' rules).
This is mostly useful for e.g. emulating `git ls-remote` behavior.