summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2015-01-06 17:18:57 -0600
committerEdward Thomson <ethomson@microsoft.com>2015-01-06 17:18:57 -0600
commit61cd037e0b309f6b25a081752de0930d2c5c90bf (patch)
treed450aef0ed633019bf8016ccbe7b696eb4063bb5
parent007f3ff6fa68a95feee4e70f825a49ea0ec9cb2d (diff)
downloadlibgit2-61cd037e0b309f6b25a081752de0930d2c5c90bf.tar.gz
CHANGELOG: we've added git_describe
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bae46fe50..8c3ad4480 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -214,3 +214,7 @@ v0.22
* Introduce GIT_REPOSITORY_INIT_RELATIVE_GITLINK to use relative paths
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