mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 22:39:38 +00:00
Add CHANGELOG entries
This commit is contained in:
parent
a65992355d
commit
3cf91d98e2
@ -124,6 +124,9 @@ support for HTTPS connections insead of OpenSSL.
|
|||||||
configuration of the server, and tools can use this to show messages
|
configuration of the server, and tools can use this to show messages
|
||||||
about failing to communicate with the server.
|
about failing to communicate with the server.
|
||||||
|
|
||||||
|
* A new error code `GIT_EINVALID` indicates that an argument to a
|
||||||
|
function is invalid, or an invalid operation was requested.
|
||||||
|
|
||||||
* `git_diff_index_to_workdir()` and `git_diff_tree_to_index()` will now
|
* `git_diff_index_to_workdir()` and `git_diff_tree_to_index()` will now
|
||||||
produce deltas of type `GIT_DELTA_CONFLICTED` to indicate that the index
|
produce deltas of type `GIT_DELTA_CONFLICTED` to indicate that the index
|
||||||
side of the delta is a conflict.
|
side of the delta is a conflict.
|
||||||
@ -264,6 +267,9 @@ support for HTTPS connections insead of OpenSSL.
|
|||||||
* `GIT_EMERGECONFLICT` is now `GIT_ECONFLICT`, which more accurately
|
* `GIT_EMERGECONFLICT` is now `GIT_ECONFLICT`, which more accurately
|
||||||
describes the nature of the error.
|
describes the nature of the error.
|
||||||
|
|
||||||
|
* It is no longer allowed to call `git_buf_grow()` on buffers
|
||||||
|
borrowing the memory they point to.
|
||||||
|
|
||||||
v0.22
|
v0.22
|
||||||
------
|
------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user