mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-05 17:04:15 +00:00
Update CHANGELOG with the reflog ident changes
This commit is contained in:
parent
4e498646b6
commit
41513659de
19
CHANGELOG.md
19
CHANGELOG.md
@ -34,6 +34,25 @@ v0.22 + 1
|
|||||||
file handling during checkout, you may now use `GIT_CHECKOUT_SAFE |
|
file handling during checkout, you may now use `GIT_CHECKOUT_SAFE |
|
||||||
GIT_CHECKOUT_RECREATE_MISSING`.
|
GIT_CHECKOUT_RECREATE_MISSING`.
|
||||||
|
|
||||||
|
* The `git_clone_options` and `git_submodule_update_options`
|
||||||
|
structures no longer have a `signature` field.
|
||||||
|
|
||||||
|
* The following functions have removed the signature and/or log message
|
||||||
|
parameters in favour of git-emulating ones.
|
||||||
|
|
||||||
|
* `git_branch_create()`, `git_branch_move()`
|
||||||
|
* `git_rebase_init()`, `git_rebase_abort()`
|
||||||
|
* `git_reference_symbolic_create_matching()`,
|
||||||
|
`git_reference_symbolic_create()`, `git_reference_create()`,
|
||||||
|
`git_reference_create_matching()`,
|
||||||
|
`git_reference_symbolic_set_target()`,
|
||||||
|
`git_reference_set_target()`, `git_reference_rename()`
|
||||||
|
* `git_remote_update_tips()`, `git_remote_fetch()`, `git_remote_push()`
|
||||||
|
* `git_repository_set_head()`,
|
||||||
|
`git_repository_set_head_detached()`,
|
||||||
|
`git_repository_detach_head()`
|
||||||
|
* `git_reset()`
|
||||||
|
|
||||||
v0.22
|
v0.22
|
||||||
------
|
------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user