mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
changelog: include FETCH_HEAD creds removal
Document that we no longer erroneously include credentials in the FETCH_HEAD file.
This commit is contained in:
@@ -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
|
||||
--------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user