Commit 6a6c24e01638df91d9104e07d6ff5deaa7cb1574

Carlos Martín Nieto 2015-01-07T11:54:08

Merge pull request #2806 from ethomson/changelog CHANGELOG: we've added git_describe

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bae46fe..8c3ad44 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