mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 13:04:42 +00:00
CHANGELOG: we've added git_describe
This commit is contained in:
parent
007f3ff6fa
commit
61cd037e0b
@ -214,3 +214,7 @@ v0.22
|
|||||||
|
|
||||||
* Introduce GIT_REPOSITORY_INIT_RELATIVE_GITLINK to use relative paths
|
* Introduce GIT_REPOSITORY_INIT_RELATIVE_GITLINK to use relative paths
|
||||||
when writing gitlinks, as is used by git core for submodules.
|
when writing gitlinks, as is used by git core for submodules.
|
||||||
|
|
||||||
|
* Introduce git_describe_commit and git_describe_workdir to provide
|
||||||
|
a description of the current commit (and working tree, respectively)
|
||||||
|
based on the nearest tag or reference
|
||||||
|
Loading…
Reference in New Issue
Block a user