Commit bb52d9fa by Edward Thomson

changelog: include FETCH_HEAD creds removal

Document that we no longer erroneously include credentials in the
FETCH_HEAD file.
parent 25cd374d
...@@ -43,6 +43,11 @@ This is a bugfix release with the following changes: ...@@ -43,6 +43,11 @@ This is a bugfix release with the following changes:
- Fixes for several memory leaks. - 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 v0.28.4
-------- --------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment