summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-01-07 11:54:08 +0000
committerCarlos Martín Nieto <cmn@dwim.me>2015-01-07 11:54:08 +0000
commit6a6c24e01638df91d9104e07d6ff5deaa7cb1574 (patch)
treed0ec3e26a899cc42fa71b78d1eee90c83a85786d
parent2ce37794d0d8cdb991c120ee5c6006b20328f8da (diff)
parent61cd037e0b309f6b25a081752de0930d2c5c90bf (diff)
downloadlibgit2-6a6c24e01638df91d9104e07d6ff5deaa7cb1574.tar.gz
Merge pull request #2806 from ethomson/changelog
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