Commit 868ce84f9ed21f8881b3c66b2363b29b219a99ab

Edward Thomson 2017-07-31T00:58:35

changelog: update to reflect `detached` api name

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64fafc2..b249cf1 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.