summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2020-03-31 11:13:31 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2020-03-31 11:13:31 +0100
commitbb52d9fa598ce74f82c4294e0aa98b4bdbfdbc7e (patch)
treec4c6c9c0710c47a1da978d625ff2cf066eeff4c4
parent25cd374ddd2c0865ced0a8c7d87422a762a974dd (diff)
downloadlibgit2-ethomson/v0.28.5.tar.gz
changelog: include FETCH_HEAD creds removalethomson/v0.28.5
Document that we no longer erroneously include credentials in the FETCH_HEAD file.
-rw-r--r--docs/changelog.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index e882875eb..b842e3191 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -43,6 +43,11 @@ This is a bugfix release with the following changes:
- Fixes for several memory leaks.
+- When fetching from an anonymous remote using a URL with authentication
+ information provided in the URL (eg `https://foo:bar@example.com/repo`),
+ we would erroneously include the literal URL in the FETCH_HEAD file.
+ We now remove that to match git's behavior.
+
v0.28.4
--------