mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 12:33:24 +00:00
Add changelog for transactions
This commit is contained in:
parent
db2f82630c
commit
274c3fa62e
@ -8,6 +8,11 @@ v0.21 + 1
|
||||
|
||||
* Use a map for the treebuilder, making insertion O(1)
|
||||
|
||||
* Introduce reference transactions, which allow multiple references to
|
||||
be locked at the same time and updates be queued. This also allows
|
||||
us to safely update a reflog with arbitrary contents, as we need to
|
||||
do for stash.
|
||||
|
||||
* LF -> CRLF filter refuses to handle mixed-EOL files
|
||||
|
||||
* LF -> CRLF filter now runs when * text = auto (with Git for Windows 1.9.4)
|
||||
|
Loading…
Reference in New Issue
Block a user